diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-11-27 17:22:10 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2008-11-27 17:22:10 +0000 |
commit | fb2470b8177948516ae1ee639bc42b36212114bc (patch) | |
tree | a87b982adaed2780554c82ffa95698dda04decbf /config/mh-mingw | |
parent | e28c595f6ef7e947afd8daa9b06388bb69d04183 (diff) | |
download | gdb-fb2470b8177948516ae1ee639bc42b36212114bc.zip gdb-fb2470b8177948516ae1ee639bc42b36212114bc.tar.gz gdb-fb2470b8177948516ae1ee639bc42b36212114bc.tar.bz2 |
Merge from GCC:
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
* unwind_ipinfo.m4 (GCC_CHECK_UNWIND_GETIPINFO): Change from
link test to target based test.
Diffstat (limited to 'config/mh-mingw')
-rw-r--r-- | config/mh-mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-mingw b/config/mh-mingw index 4c49d5d..d91323e 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 |