aboutsummaryrefslogtreecommitdiff
path: root/config/mh-mingw
diff options
context:
space:
mode:
authorKai Tietz <kai.tietz@onevision.com>2008-11-21 13:54:41 +0000
committerKai Tietz <ktietz@gcc.gnu.org>2008-11-21 14:54:41 +0100
commitda9014c049a6aefc3067728d11e852f73f33dfb3 (patch)
tree207655b460db99c7d4d9413bc93c1826312d2d49 /config/mh-mingw
parent231a1e524316f72bebf2b22eebb4861aaf170fca (diff)
downloadgcc-upstream-da9014c049a6aefc3067728d11e852f73f33dfb3.tar.gz
Missed to check in changes to /config/mh-mingw.
Missed to check in changes to /config/mh-mingw. It is part of the reviewed patch 2008/10/13 by Danny Smith. 2008-11-21 Kai Tietz <kai.tietz@onevision.com> Fix PR/25502 * mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch. From-SVN: r142089
Diffstat (limited to 'config/mh-mingw')
-rw-r--r--config/mh-mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-mingw b/config/mh-mingw
index 4c49d5d5917..d91323ef5fa 100644
--- a/config/mh-mingw
+++ b/config/mh-mingw
@@ -1,6 +1,6 @@
# 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
+BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
CFLAGS += -D__USE_MINGW_ACCESS
# Increase stack limit to same as Linux default.
LDFLAGS += -Wl,--stack,8388608