summaryrefslogtreecommitdiff
path: root/configure
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
commitc4fe41f387c135001a8e8154f1df5d1f0bfc51ba (patch)
tree6a55f9b9097fa47d00ec4c08b5b734bb4d82f0fb /configure
parente182b20b4b30dbb51fc3c143ee1c26b6590e3149 (diff)
downloadgdb-c4fe41f387c135001a8e8154f1df5d1f0bfc51ba.tar.gz
PR other/35151
* configure.ac: Combine rules for mingw32 and mingw64. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure5
1 files changed, 1 insertions, 4 deletions
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*)