aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authordannysmith <>2008-06-05 02:45:41 +0000
committerdannysmith <>2008-06-05 02:45:41 +0000
commit774bebb35d5bbc77c286d6d862628978c1dcadf6 (patch)
tree968c060b5a263a493ba27d4290ba4175d6489a46 /config
parentc5a6fdb1264467420134fc06730a3beb89672e8d (diff)
PR driver/35916
* mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS.
Diffstat (limited to 'config')
-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