OSDN Git Service

2010-03-23 Kai Tietz <kai.tietz@onevision.com>
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Mar 2010 14:48:08 +0000 (14:48 +0000)
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 23 Mar 2010 14:48:08 +0000 (14:48 +0000)
        * mh-mingw: Revert accidentally checking r156315.

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

config/ChangeLog
config/mh-mingw

index b6f0c2d..4092104 100644 (file)
@@ -1,3 +1,7 @@
+2010-03-23  Kai Tietz  <kai.tietz@onevision.com>
+
+       * mh-mingw: Revert accidentally checking r156315.
+
 2010-01-05  Rainer Orth  <ro@CeBiTec.Uni-Bielefeld.DE>
 
        * stdint.m4 (GCC_HEADER_STDINT): Don't typedef uint8_t etc. if
index 22b2936..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 -Wno-pedantic-ms-format
-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 -Wl,-no-undefined
+LDFLAGS += -Wl,--stack,8388608