diff options
author | Martin Hunt <hunt@redhat.com> | 1997-02-19 02:46:48 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 1997-02-19 02:46:48 +0000 |
commit | 7d0f8249d2c4ebc282691969309f02770b82b36a (patch) | |
tree | 7329ff53fb6cf54bead881abc1bd31e6d0769267 /gas/configure.in | |
parent | b2e3f8442ac20d4c63e2a474117e761be1fd93fa (diff) | |
download | gdb-7d0f8249d2c4ebc282691969309f02770b82b36a.zip gdb-7d0f8249d2c4ebc282691969309f02770b82b36a.tar.gz gdb-7d0f8249d2c4ebc282691969309f02770b82b36a.tar.bz2 |
Tue Feb 18 18:42:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>
* config/tc-d30v.c, config/tc-d30v.h: New files.
* configure: Rebuilt.
* configure.in: Add case for d30v.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index de3f262..684ef7b 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -133,6 +133,9 @@ changequote([,])dnl # start-sanitize-d10v d10v-*-*) fmt=elf bfd_gas=yes ;; # end-sanitize-d10v +# start-sanitize-d30v + d30v-*-*) fmt=elf bfd_gas=yes ;; +# end-sanitize-d30v hppa-*-*elf*) fmt=elf em=hppa ;; hppa-*-lites*) fmt=elf em=hppa ;; @@ -145,6 +148,7 @@ changequote([,])dnl i386-ibm-aix*) fmt=coff targ=i386coff em=i386aix ;; + i386-sequent-bsd*) fmt=aout em=dynix bfd_gas=yes ;; i386-*-bsd*) fmt=aout em=386bsd ;; i386-*-netbsd0.8) fmt=aout em=386bsd ;; i386-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes;; @@ -290,7 +294,7 @@ changequote([,])dnl sparc-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;; # start-sanitize-tic80 - tic80-*-coff) fmt=coff targ=tic80coff;; + tic80-*-*) fmt=coff targ=tic80coff;; # end-sanitize-tic80 v850-*-*) fmt=elf bfd_gas=yes ;; |