Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
[deliverable/binutils-gdb.git] / gas / configure.tgt
index 805da5c049c6d9fa2b33e0ff857d213d144f1899..8650dac78008b66e8cdf7c9220d506c06943bf34 100644 (file)
@@ -37,6 +37,7 @@ case ${cpu} in
   c4x*)                        cpu_type=tic4x ;;
   crisv32)             cpu_type=cris arch=crisv32 ;;
   crx*)                        cpu_type=crx endian=little ;;
+  fido)                        cpu_type=m68k ;;
   hppa*)               cpu_type=hppa ;;
   i[3-7]86)            cpu_type=i386 arch=i386;;
   ia64)                        cpu_type=ia64 ;;
@@ -211,8 +212,11 @@ case ${generic_target} in
   i386-*-pe)                           fmt=coff em=pe ;;
   i386-*-cygwin*)                      fmt=coff em=pe ;;
   i386-*-interix*)                     fmt=coff em=interix ;;
-  i386-*-mingw32*)                     fmt=coff em=pe ;;
-  i386-*-mingw64*)                     fmt=coff em=pep ;;
+  i386-*-mingw*)
+    case ${cpu} in
+      x86_64*)                         fmt=coff em=pep ;;
+      i*)                              fmt=coff em=pe ;;
+    esac ;;
   i386-*-nto-qnx*)                     fmt=elf ;;
   i386-*-*nt*)                         fmt=coff em=pe ;;
   i386-*-chaos)                                fmt=elf ;;
This page took 0.026167 seconds and 4 git commands to generate.