OSDN Git Service

Missed to check in changes to /config/mh-mingw. It is part of the reviewed
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2008 13:54:41 +0000 (13:54 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 21 Nov 2008 13:54:41 +0000 (13:54 +0000)
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142089 138bc75d-0d04-0410-961f-82ee72b054a4

config/ChangeLog
config/mh-mingw

index 84cb7ff..e5dfc51 100644 (file)
@@ -1,3 +1,8 @@
+2008-11-21  Kai Tietz  <kai.tietz@onevision.com>
+
+       Fix PR/25502
+       * mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch.
+
 2008-11-12  Steve Ellcey  <sje@cup.hp.com>
 
        PR target/27880
index 4c49d5d..d91323e 100644 (file)
@@ -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