mh-mingw: Revert accidentally checking r156315.

2010-03-23  Kai Tietz  <kai.tietz@onevision.com>

        * mh-mingw: Revert accidentally checking r156315.

From-SVN: r157669
This commit is contained in:
Kai Tietz 2010-03-23 14:48:08 +00:00 committed by Kai Tietz
parent 7c8420560b
commit d85b51449b
2 changed files with 6 additions and 2 deletions

View 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

View 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