Renamed target x86_64-*-mingw64 to x86_64-*-mingw*.
[deliverable/binutils-gdb.git] / gas / configure.tgt
index e4cfa1e375648064b2c2847f05fc28ab4ff075fa..8650dac78008b66e8cdf7c9220d506c06943bf34 100644 (file)
@@ -212,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.023868 seconds and 4 git commands to generate.