OSDN Git Service

PR other/35151
authornickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Apr 2008 11:16:10 +0000 (11:16 +0000)
committernickc <nickc@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 4 Apr 2008 11:16:10 +0000 (11:16 +0000)
        * configure.ac: Combine rules for mingw32 and mingw64.
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@133892 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index e47cdfa..ef30432 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 32d003c..0fc08b5 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 f85eb2e..b7be3ad 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*)