aboutsummaryrefslogtreecommitdiff
path: root/config/mh-mingw
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2008-06-05 03:45:41 +0000
committerDanny Smith <dannysmith@gcc.gnu.org>2008-06-05 03:45:41 +0000
commita39e2a91ba82424a859afcf63620217242533397 (patch)
tree968c060b5a263a493ba27d4290ba4175d6489a46 /config/mh-mingw
parent9e8c2a98fc3326d1b88912d3158840f757470d94 (diff)
downloadgcc-a39e2a91ba82424a859afcf63620217242533397.zip
gcc-a39e2a91ba82424a859afcf63620217242533397.tar.gz
gcc-a39e2a91ba82424a859afcf63620217242533397.tar.bz2
re PR driver/35916 (problem running GCC under Vista with relocated directory)
PR driver/35916 * mh-mingw (CFLAGS): Add -D__USE_MINGW_ACCESS. From-SVN: r136389
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