diff options
author | Nick Clifton <nickc@redhat.com> | 2004-05-24 14:48:18 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-05-24 14:48:18 +0000 |
commit | c6f8758fa0f5da56239e385de0c763ebee78d4aa (patch) | |
tree | fbc4c55967b7675ec978b6e4753cb156a5a5e167 /bfd/config.bfd | |
parent | be8c092bb0532fb342e38ed21a8cf8ce7773b98f (diff) | |
download | gdb-c6f8758fa0f5da56239e385de0c763ebee78d4aa.zip gdb-c6f8758fa0f5da56239e385de0c763ebee78d4aa.tar.gz gdb-c6f8758fa0f5da56239e385de0c763ebee78d4aa.tar.bz2 |
Add support for an m88k-openbsd target
Diffstat (limited to 'bfd/config.bfd')
-rw-r--r-- | bfd/config.bfd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bfd/config.bfd b/bfd/config.bfd index 53c2051..3fbee1a 100644 --- a/bfd/config.bfd +++ b/bfd/config.bfd @@ -753,6 +753,10 @@ case "${targ}" in targ_defvec=m88kmach3_vec targ_cflags=-DSTAT_FOR_EXEC ;; + m88k-*-openbsd*) + targ_defvec=m88kopenbsd_vec + targ_underscore=yes + ;; m88*-*-*) targ_defvec=m88kbcs_vec targ_underscore=yes |