From: NightStrike Date: Fri, 4 Apr 2008 11:16:10 +0000 (+0000) Subject: re PR other/35151 (Combine mingw names) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c53a18d377f7f6ceeccd08ee4083e8c2e2932b92;p=gcc.git re PR other/35151 (Combine mingw names) PR other/35151 * configure.ac: Combine rules for mingw32 and mingw64. * configure: Regenerate. From-SVN: r133892 --- diff --git a/ChangeLog b/ChangeLog index e47cdfa1b11..ef3043208ec 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2008-04-04 NightStrike + + PR other/35151 + * configure.ac: Combine rules for mingw32 and mingw64. + * configure: Regenerate. + 2008-04-02 Kai Tietz * MAINTAINERS (Write After Approval): Add myself. diff --git a/configure b/configure index 32d003cd354..0fc08b58ede 100755 --- 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*) diff --git a/configure.ac b/configure.ac index f85eb2e72d0..b7be3ad4cdf 100644 --- a/configure.ac +++ b/configure.ac @@ -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*)