summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorFrancois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-09-06 15:42:02 +0000
committerFrançois-Xavier Coudert <fxcoudert@gcc.gnu.org>2007-09-06 15:42:02 +0000
commit1f5a6b84ab344b601da7284a588de810c3c53451 (patch)
tree93b44cedbacb424af01a72402be29b00e3e00b87 /configure.ac
parent7903b3e5bb007611afad518d7b1f028b39c596a7 (diff)
downloadgcc-1f5a6b84ab344b601da7284a588de810c3c53451.tar.gz
re PR target/33281 (gfortran crt2.o not found under Vista)
PR target/33281 * configure.ac: Use config/mh-mingw on mingw. * configure: Regenerate. * config/mh-mingw: New host makefile fragment. From-SVN: r128188
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 57de10003ff..b0eabdd3df4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -974,8 +974,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"