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.
This commit is contained in:
parent
46093329c3
commit
fd1c1753af
|
@ -1,3 +1,10 @@
|
|||
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-10 Rask Ingemann Lambertsen <rask@sygehus.dk>
|
||||
|
||||
PR other/32154
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# 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
|
|
@ -2726,8 +2726,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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue