summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2008-04-04 11:15:58 +0000
committerNick Clifton <nickc@redhat.com>2008-04-04 11:15:58 +0000
commit00ec6c9f292b338558682a450d95aeee446810be (patch)
treef637886aefa2e05aca02e9ccf88b87d7972858fc
parentdabc83dd619a6bb7ec9a4b65f230dd91e372c690 (diff)
downloadbinutils-redhat-00ec6c9f292b338558682a450d95aeee446810be.tar.gz
PR other/35151
* configure.ac: Combine rules for mingw32 and mingw64. * configure: Regenerate.
-rwxr-xr-xconfigure5
-rw-r--r--configure.ac5
2 files changed, 2 insertions, 8 deletions
diff --git a/configure b/configure
index 32d003cd35..0fc08b58ed 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 f85eb2e72d..b7be3ad4cd 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*)