From: Nick Clifton Date: Fri, 4 Apr 2008 11:15:58 +0000 (+0000) Subject: PR other/35151 X-Git-Tag: sid-snapshot-20080501~296 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8a1599ab37f85aec096cf6326b1bc8027572b020;p=external%2Fbinutils.git PR other/35151 * configure.ac: Combine rules for mingw32 and mingw64. * configure: Regenerate. --- diff --git a/configure b/configure index 32d003c..0fc08b5 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 f85eb2e..b7be3ad 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*)