aboutsummaryrefslogtreecommitdiff
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
commit6e7ba38bc5526abd0c012b3b611e352d7e81825e (patch)
treeeed6255226596d4d17800aa0210dc9341b1827d3 /config/mh-mingw
parentbcf6fc3ae4e0669181e46b2aaa3f93ba78d479fa (diff)
downloadgdb-6e7ba38bc5526abd0c012b3b611e352d7e81825e.zip
gdb-6e7ba38bc5526abd0c012b3b611e352d7e81825e.tar.gz
gdb-6e7ba38bc5526abd0c012b3b611e352d7e81825e.tar.bz2
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 7186499..5a38cdb 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