diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-09-24 20:58:30 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-09-24 20:58:30 +0000 |
commit | 5e4e4739a7b00ea69cd7c4b68b5be79c8da33dc1 (patch) | |
tree | b89bb266c4ae65774b78b44fe86dfc71ca5b4106 /gas/configure.in | |
parent | 780a00c9f35719d68b1822881051a2c71942f5c6 (diff) | |
download | gdb-5e4e4739a7b00ea69cd7c4b68b5be79c8da33dc1.zip gdb-5e4e4739a7b00ea69cd7c4b68b5be79c8da33dc1.tar.gz gdb-5e4e4739a7b00ea69cd7c4b68b5be79c8da33dc1.tar.bz2 |
Wed Sep 24 16:54:40 1997 Joel Sherrill <joel@oarcorp.com>
* configure.in (sh*-*-rtems*): New target, like sh-*-elf*.
* configure: Rebuild.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gas/configure.in b/gas/configure.in index b71dc8b..fcbe94f 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -259,6 +259,7 @@ changequote([,])dnl sh-*-elf*) fmt=elf ;; sh-*-coff*) fmt=coff ;; + sh-*-rtems*) fmt=elf ;; ns32k-pc532-mach* | ns32k-pc532-ux*) fmt=aout em=pc532mach ;; ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;; @@ -285,10 +286,8 @@ changequote([,])dnl # start-sanitize-v850e v850e-*-*) fmt=elf bfd_gas=yes ;; -# end-sanitize-v850e -# start-sanitize-v850eq v850eq-*-*) fmt=elf bfd_gas=yes ;; -# end-sanitize-v850eq +# end-sanitize-v850e vax-*-bsd* | vax-*-ultrix*) fmt=aout ;; vax-*-vms) fmt=vms ;; |