2007-09-06 15:42:02 +00:00
|
|
|
# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
|
|
|
|
# Vista (see PR33281 for details).
|
2008-11-21 13:54:41 +00:00
|
|
|
BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
|
2010-01-28 12:26:01 +01:00
|
|
|
CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
|
2008-06-08 17:14:33 +01:00
|
|
|
# Increase stack limit to same as Linux default.
|
2010-01-28 12:26:01 +01:00
|
|
|
LDFLAGS += -Wl,--stack,8388608 -Wl,-no-undefined
|