From 7cd48a9bc4c72107b7a4929bb8c8f99256288755 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Thu, 27 Nov 2008 17:22:10 +0000 Subject: Merge from GCC: 2008-11-21 Kai Tietz Fix PR/25502 * mh-mingw (BOOT_CFLAGS): Add -Wno-pedantic-ms-format switch. 2008-11-12 Steve Ellcey PR target/27880 * unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from link test to target based test. --- config/mh-mingw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/mh-mingw') diff --git a/config/mh-mingw b/config/mh-mingw index 4c49d5d59..d91323ef5 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 -- cgit v1.2.3