Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2007-09-11 17:10:20 +0400
committerAndrew Haley <aph@redhat.com>2007-09-11 17:10:20 +0400
commitfd1c1753afc2937c5f68d175b3b20bd0aefc2749 (patch)
treec80f3cd3a4218681e657029633144dfcbf67bbde /config/mh-mingw
parent46093329c3de1a2f9379217a6dd20bc084bcdb0e (diff)
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 'config/mh-mingw')
-rw-r--r--config/mh-mingw3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/mh-mingw b/config/mh-mingw
new file mode 100644
index 000000000..71864997e
--- /dev/null
+++ b/config/mh-mingw
@@ -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