diff options
author | Andrew Haley <aph@redhat.com> | 2007-09-11 13:10:20 +0000 |
---|---|---|
committer | Andrew Haley <aph@redhat.com> | 2007-09-11 13:10:20 +0000 |
commit | fd1c1753afc2937c5f68d175b3b20bd0aefc2749 (patch) | |
tree | c80f3cd3a4218681e657029633144dfcbf67bbde /configure.ac | |
parent | 46093329c3de1a2f9379217a6dd20bc084bcdb0e (diff) | |
download | newlib-fd1c1753afc2937c5f68d175b3b20bd0aefc2749.zip newlib-fd1c1753afc2937c5f68d175b3b20bd0aefc2749.tar.gz newlib-fd1c1753afc2937c5f68d175b3b20bd0aefc2749.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.ac | 2 |
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" |