2007-09-11 21:10:20 +08:00
|
|
|
# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
|
|
|
|
# Vista (see PR33281 for details).
|
2008-11-28 01:22:10 +08:00
|
|
|
BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
|
2008-06-06 10:32:32 +08:00
|
|
|
CFLAGS += -D__USE_MINGW_ACCESS
|
2008-06-09 00:19:22 +08:00
|
|
|
# Increase stack limit to same as Linux default.
|
2008-07-11 19:15:59 +08:00
|
|
|
LDFLAGS += -Wl,--stack,8388608
|