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:
authorDanny Smith <dannysmith@users.sourceforge.net>2008-06-06 06:32:32 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2008-06-06 06:32:32 +0400
commitf769e691e7eb965793ab0a5602f188d111cc265c (patch)
tree026b77f964bc859477849724dd981ebe0f5b0a8b /config/mh-mingw
parent47140f3cdb70329a1948d6ab7c58c04e4e7a4b02 (diff)
PR driver/35916
* mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
Diffstat (limited to 'config/mh-mingw')
-rw-r--r--config/mh-mingw1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/mh-mingw b/config/mh-mingw
index 71864997e..5a38cdb45 100644
--- a/config/mh-mingw
+++ b/config/mh-mingw
@@ -1,3 +1,4 @@
# 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
+CFLAGS += -D__USE_MINGW_ACCESS