various i386-aout and i386-coff target removal
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 93e7994e6ed0218732c8110cdc31a64c85e3e94a..c43a4423f1c78e7db89f22c366206fa2b7459f4c 100644 (file)
@@ -212,11 +212,8 @@ case ${generic_target} in
   h8300-*-elf)                         fmt=elf ;;
   h8300-*-linux*)                      fmt=elf em=linux ;;
 
-  i386-ibm-aix*)                       fmt=coff em=i386aix ;;
-  i386-sequent-bsd*)                   fmt=aout em=dynix ;;
   i386-*-beospe*)                      fmt=coff em=pe ;;
   i386-*-beos*)                                fmt=elf ;;
-  i386-*-coff)                         fmt=coff ;;
   i386-*-elfiamcu)                     fmt=elf arch=iamcu ;;
   i386-*-elf*)                         fmt=elf ;;
   i386-*-fuchsia*)                     fmt=elf ;;
@@ -226,45 +223,23 @@ case ${generic_target} in
     case ${cpu} in
       x86_64*)                         arch=x86_64:32 ;;
     esac ;;
-  i386-*-netbsd0.8)                    fmt=aout em=386bsd ;;
   i386-*-netbsdpe*)                    fmt=coff em=pe ;;
   i386-*-netbsd*-gnu* | \
   i386-*-knetbsd*-gnu | \
-  i386-*-netbsdelf*)                   fmt=elf em=nbsd ;;
-  i386-*-netbsd*)
-    case ${cpu} in
-      x86_64)                          fmt=elf em=nbsd ;;
-      *)                               fmt=aout em=nbsd ;;
-    esac ;;
-  i386-*-openbsd[0-2].* | \
-  i386-*-openbsd3.[0-2])               fmt=aout em=nbsd ;;
+  i386-*-netbsd* | \
   i386-*-openbsd*)                     fmt=elf em=nbsd ;;
-  i386-*-linux*aout*)                  fmt=aout em=linux ;;
-  i386-*-linux*oldld)                  fmt=aout em=linux ;;
-  i386-*-linux*coff*)                  fmt=coff em=linux ;;
   i386-*-linux-*)                      fmt=elf em=linux
     case ${cpu}-${os} in
       x86_64*-linux-gnux32)            arch=x86_64:32 ;;
     esac ;;
   i386-*-lynxos*)                      fmt=elf em=lynx ;;
   i386-*-redox*)                       fmt=elf ;;
-  i386-*-sysv[45]*)                    fmt=elf ;;
   i386-*-solaris*)                     fmt=elf em=solaris ;;
-  i386-*-freebsdaout*)                 fmt=aout em=386bsd ;;
-  i386-*-freebsd[12].*)                        fmt=aout em=386bsd ;;
-  i386-*-freebsd[12])                  fmt=aout em=386bsd ;;
   i386-*-freebsd* \
   | i386-*-kfreebsd*-gnu)              fmt=elf em=freebsd ;;
-  i386-*-sysv*)                                fmt=coff ;;
-  i386-*-sco3.2v5*coff)                        fmt=coff ;;
-  i386-*-isc*)                         fmt=coff ;;
-  i386-*-sco3.2v5*)                    fmt=elf ;;
-  i386-*-sco3.2*)                      fmt=coff ;;
-  i386-*-vsta)                         fmt=aout ;;
   i386-*-msdosdjgpp* \
   | i386-*-go32*)                      fmt=coff em=go32 ;;
   i386-*-gnu*)                         fmt=elf em=gnu ;;
-  i386-*-mach*)                                fmt=aout em=mach ;;
   i386-*-msdos*)                       fmt=aout ;;
   i386-*-moss*)                                fmt=elf ;;
   i386-*-pe)                           fmt=coff em=pe ;;
This page took 0.024909 seconds and 4 git commands to generate.