summaryrefslogtreecommitdiff
path: root/config/mh-mingw
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2008-06-06 02:32:32 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2008-06-06 02:32:32 +0000
commit259b329d34467531aba23f6e90089351cd9edf70 (patch)
tree6ec653b144ebc83b490cbeabfe45e27ee5e9aaf7 /config/mh-mingw
parent55c5357ab0be76bf12af1f736a53647cf932945a (diff)
downloadgdb-259b329d34467531aba23f6e90089351cd9edf70.tar.gz
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 71864997e53..5a38cdb4546 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