aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorfxcoudert <>2007-09-06 14:42:02 +0000
committerfxcoudert <>2007-09-06 14:42:02 +0000
commit4b27602b0522a3b3d276e0d6d0035b9e7001a9ce (patch)
tree93b44cedbacb424af01a72402be29b00e3e00b87 /configure
parent7b9ea33f2adbdff4da22d7058fea32d6be8231a1 (diff)
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 dd12627fcd4..64ce7cffb69 100755
--- a/configure
+++ b/configure
@@ -2698,8 +2698,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"