diff options
author | Kai Tietz <kai.tietz@onevision.com> | 2010-03-23 14:48:08 +0000 |
---|---|---|
committer | Kai Tietz <ktietz@gcc.gnu.org> | 2010-03-23 15:48:08 +0100 |
commit | d85b51449bb71a8366587f484e02b74bb9038114 (patch) | |
tree | 74cd225921f7ea4b747b0f3ca2c8d435fce1400b /config/mh-mingw | |
parent | 7c8420560b46db5137519ad5a4dc13f06765fb4a (diff) | |
download | gcc-d85b51449bb71a8366587f484e02b74bb9038114.tar.gz |
mh-mingw: Revert accidentally checking r156315.
2010-03-23 Kai Tietz <kai.tietz@onevision.com>
* mh-mingw: Revert accidentally checking r156315.
From-SVN: r157669
Diffstat (limited to 'config/mh-mingw')
-rw-r--r-- | config/mh-mingw | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config/mh-mingw b/config/mh-mingw index 22b2936b9d5..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 -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 |