summaryrefslogtreecommitdiff
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
parentbcf6fc3ae4e0669181e46b2aaa3f93ba78d479fa (diff)
downloadbinutils-gdb-6e7ba38bc5526abd0c012b3b611e352d7e81825e.tar.gz
PR driver/35916
* mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
-rw-r--r--config/ChangeLog5
-rw-r--r--config/mh-mingw1
2 files changed, 6 insertions, 0 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index 92df0eb25a2..f7548c3fafd 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2008-06-05 Danny Smith <dannysmith@users.sourceforge.net>
+
+ PR driver/35916
+ * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
+
2008-05-12 Samuel Tardieu <sam@rfc1149.net>
Paolo Bonzini <bonzini@gnu.org>
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