summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2007-09-11 13:10:20 +0000
committerAndrew Haley <aph@redhat.com>2007-09-11 13:10:20 +0000
commitd14abaeb107a4639fe2e95e6835b82597ac73daa (patch)
tree192872a9cef2f3284326cbabeb8c46c8a0c88c01 /configure
parent987bf584846b71ea246714b52b6c4cc373f519e6 (diff)
downloadgdb-d14abaeb107a4639fe2e95e6835b82597ac73daa.tar.gz
2007-09-06 Francois-Xavier Coudert <fxcoudert@gcc.gnu.org>
PR target/33281 * configure.ac: Use config/mh-mingw on mingw. * configure: Regenerate. * config/mh-mingw: New host makefile fragment.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure b/configure
index 6806e580b97..6911e011b02 100755
--- a/configure
+++ b/configure
@@ -2726,8 +2726,10 @@ case "${host}" in
host_makefile_frag="config/mh-cygwin"
;;
*-mingw32*)
+ host_makefile_frag="config/mh-mingw"
;;
*-mingw64*)
+ host_makefile_frag="config/mh-mingw"
;;
*-interix*)
host_makefile_frag="config/mh-interix"