* configure[.in] (i386-*-win32): New host and target.
authorSteve Chamberlain <sac@cygnus>
Mon, 3 Jul 1995 21:25:26 +0000 (21:25 +0000)
committerSteve Chamberlain <sac@cygnus>
Mon, 3 Jul 1995 21:25:26 +0000 (21:25 +0000)
gas/ChangeLog
gas/configure
gas/configure.in

index 045448842e58b4ab7db2b48bbf2d3354b5f24dbc..8d779b937fe44131a330b30e755e45d46ffdcc34 100644 (file)
@@ -1,3 +1,7 @@
+Mon Jul  3 14:22:59 1995  Steve Chamberlain  <sac@slash.cygnus.com>
+
+       * configure[.in] (i386-*-win32): New host and target.
+
 Thu Jun 29 17:25:43 1995  Steve Chamberlain  <sac@slash.cygnus.com>
 
        Support for long filenames non-bfd coff. bfd/7288
index f6e581afda58960375eda2a5526bd500697ccdf6..02a1f9e0e85a6c771ce507988e20070c5f09bc0a 100755 (executable)
@@ -701,12 +701,14 @@ for this_target in $target $canon_targets ; do
                            fmt=coff targ=i386coff ;;
       i386-*-vsta)          fmt=aout ;;
       i386-*-go32)          fmt=coff targ=i386coff ;;
-      i386-*-gnu*elf*)      fmt=elf ;;
-      i386-*-mach* | i386-*-gnu*)
+      i386-*-gnu*)          fmt=elf ;;
+      i386-*-mach*)
                            fmt=aout em=mach bfd_gas=yes ;;
       i386-*-msdos*)        fmt=aout ;;
+      i386-*-moss*)        fmt=elf ;;
       i386-*-pe)            fmt=coff targ=i386coff em=pe ;;
       i386-*-*nt)           fmt=coff targ=i386coff em=pe ;;
+      i386-*-win32)         fmt=coff targ=i386coff em=pe ;;
       i960-*-bout)          fmt=bout ;;
       i960-*-coff)          fmt=coff em=ic960 targ=ic960coff ;;
       i960-*-nindy*)        fmt=bout ;;
index 3f4362d1485d42c16e4f6f264da3a56483bfc7eb..cfdf42354637cc1848873c685a572c83f756877d 100644 (file)
@@ -174,11 +174,13 @@ changequote([,])dnl
                            fmt=coff targ=i386coff ;;
       i386-*-vsta)          fmt=aout ;;
       i386-*-go32)          fmt=coff targ=i386coff ;;
-      i386-*-gnu*elf*)      fmt=elf ;;
-      i386-*-mach* | i386-*-gnu*)
+      i386-*-gnu*)          fmt=elf ;;
+      i386-*-mach*)
                            fmt=aout em=mach bfd_gas=yes ;;
       i386-*-msdos*)        fmt=aout ;;
+      i386-*-moss*)        fmt=elf ;;
       i386-*-pe)            fmt=coff targ=i386coff em=pe ;;
+      i386-*-win32)         fmt=coff targ=i386coff em=pe ;;
       i386-*-*nt)           fmt=coff targ=i386coff em=pe ;;
       i960-*-bout)          fmt=bout ;;
       i960-*-coff)          fmt=coff em=ic960 targ=ic960coff ;;