Commit 1f5a6b84 by Francois-Xavier Coudert Committed by François-Xavier Coudert

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
parent 7903b3e5
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.
2007-09-05 Pat Haugen <pthaugen@us.ibm.com>
* MAINTAINERS (Write After Approval): Add myself.
......
# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
# Vista (see PR33281 for details).
BOOT_CFLAGS += -D__USE_MINGW_ACCESS
......@@ -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"
......
......@@ -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"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment