diff options
author | Ian Lance Taylor <ian@airs.com> | 1997-12-22 10:08:43 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 1997-12-22 10:08:43 +0000 |
commit | 60dc9fb2830a1c8b060269b7c6aeeb4aefa2abd5 (patch) | |
tree | 1d9085710002faad1f0789d2d247bec72be71385 /gas/configure | |
parent | 0b3fcc1c5324eca5bc6fd71859cdc169649adc79 (diff) | |
download | fsf-binutils-gdb-60dc9fb2830a1c8b060269b7c6aeeb4aefa2abd5.zip fsf-binutils-gdb-60dc9fb2830a1c8b060269b7c6aeeb4aefa2abd5.tar.gz fsf-binutils-gdb-60dc9fb2830a1c8b060269b7c6aeeb4aefa2abd5.tar.bz2 |
* configure.in (i386*-go32-rtems*): Fix to be the same as
i[3456]86-go32.
* configure: Rebuild.
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure b/gas/configure index d32a42f..b70004c 100755 --- a/gas/configure +++ b/gas/configure @@ -1406,7 +1406,7 @@ EOF i386-*-coff | i386-*-sysv* | i386-*-sco* | i386-*-isc*) fmt=coff ;; i386-*-vsta) fmt=aout ;; - i386-*-msdosdjgpp* | i386-*-go32*) + i386-*-msdosdjgpp* | i386-*-go32* | i386-go32-rtems*) fmt=coff em=go32;; i386-*-rtems*) fmt=coff ;; i386-*-gnu*) fmt=elf ;; @@ -1527,7 +1527,7 @@ EOF # start-sanitize-v850e v850e-*-*) fmt=elf bfd_gas=yes ;; - v850eq-*-*) fmt=elf bfd_gas=yes ;; + v850ea-*-*) fmt=elf bfd_gas=yes ;; # end-sanitize-v850e vax-*-bsd* | vax-*-ultrix*) fmt=aout ;; |