* configure.in (i386*-go32-rtems*): Fix to be the same as
authorIan Lance Taylor <ian@airs.com>
Mon, 22 Dec 1997 10:08:43 +0000 (10:08 +0000)
committerIan Lance Taylor <ian@airs.com>
Mon, 22 Dec 1997 10:08:43 +0000 (10:08 +0000)
i[3456]86-go32.
* configure: Rebuild.

gas/ChangeLog
gas/configure
gas/configure.in

index 7fedfaa42f9aab4dc813a0c734b0cfa6eecd8675..0e957b995f897a7cdf4293bb1ba88721826645b4 100644 (file)
@@ -1,3 +1,9 @@
+Mon Dec 22 13:06:05 1997  Joel Sherrill  <joel@oarcorp.com>
+
+        * configure.in (i386*-go32-rtems*): Fix to be the same as
+       i[3456]86-go32.
+       * configure: Rebuild.
+
 Mon Dec 22 12:54:07 1997  Ian Lance Taylor  <ian@cygnus.com>
 
        * config/tc-mips.c (macro): The 4650 doesn't permit M_LDC1_AB,
index d32a42f9c3b491773b7121c62bb4e5e09d364734..b70004c89655da694e7ba4be52c6e2f42dcc70b3 100755 (executable)
@@ -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 ;;
index 8879762911e7291663c30917df27f7c7a92e2218..267929a32cb2c7c2467a0d15b454c82c0c33539f 100644 (file)
@@ -173,7 +173,7 @@ changequote([,])dnl
       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 ;;
@@ -291,7 +291,7 @@ changequote([,])dnl
 
 # 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 ;;
This page took 0.031454 seconds and 4 git commands to generate.