re PR other/35151 (Combine mingw names)
authorNightStrike <nightstrike@gmail.com>
Fri, 4 Apr 2008 11:16:10 +0000 (11:16 +0000)
committerNick Clifton <nickc@gcc.gnu.org>
Fri, 4 Apr 2008 11:16:10 +0000 (11:16 +0000)
PR other/35151
        * configure.ac: Combine rules for mingw32 and mingw64.
        * configure: Regenerate.

From-SVN: r133892

ChangeLog
configure
configure.ac

index e47cdfa1b11b231fae958112343e1c13875f7df3..ef3043208ec6ce45beae7b841e03956274561728 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-04-04  NightStrike  <NightStrike@gmail.com>
+
+       PR other/35151
+        * configure.ac: Combine rules for mingw32 and mingw64.
+        * configure: Regenerate.
+
 2008-04-02  Kai Tietz  <kai.tietz@onvision.com>
 
        * MAINTAINERS (Write After Approval): Add myself.
index 32d003cd354b566655464ffec80e844de9672b01..0fc08b58edefdfae026fec24ff2a40007f8d9fad 100755 (executable)
--- a/configure
+++ b/configure
@@ -2782,10 +2782,7 @@ case "${host}" in
   *-cygwin*)
     host_makefile_frag="config/mh-cygwin"
     ;;
-  *-mingw32*)
-    host_makefile_frag="config/mh-mingw"
-    ;;
-  *-mingw64*)
+  *-mingw*)
     host_makefile_frag="config/mh-mingw"
     ;;
   *-interix*)
index f85eb2e72d02857ce3f0270175069c17c010f12b..b7be3ad4cdfb1986110b8b5c6578dc2875b9c4e7 100644 (file)
@@ -1044,10 +1044,7 @@ case "${host}" in
   *-cygwin*)
     host_makefile_frag="config/mh-cygwin"
     ;;
-  *-mingw32*)
-    host_makefile_frag="config/mh-mingw"
-    ;;
-  *-mingw64*)
+  *-mingw*)
     host_makefile_frag="config/mh-mingw"
     ;;
   *-interix*)