aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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
commit84e7906ea01a52faf30e4bddf4f553d0cec59238 (patch)
tree47169de016f5aef39128d25c7051b75d1270e5b4 /configure.ac
parent691bb5a1f3948f6c1879b072a83a375c6704b137 (diff)
downloadgdb-84e7906ea01a52faf30e4bddf4f553d0cec59238.zip
gdb-84e7906ea01a52faf30e4bddf4f553d0cec59238.tar.gz
gdb-84e7906ea01a52faf30e4bddf4f553d0cec59238.tar.bz2
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.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 27c512e..fb8f710 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1002,8 +1002,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"