]> git.ipfire.org Git - thirdparty/gcc.git/blame - config/mh-mingw
aarch64: Avoid using mismatched ZERO ZA sizes
[thirdparty/gcc.git] / config / mh-mingw
CommitLineData
1f5a6b84
FXC
1# Add -D__USE_MINGW_ACCESS to enable the built compiler to work on Windows
2# Vista (see PR33281 for details).
da9014c0 3BOOT_CFLAGS += -D__USE_MINGW_ACCESS -Wno-pedantic-ms-format
d85b5144 4CFLAGS += -D__USE_MINGW_ACCESS
89e95ad2 5CXXFLAGS += -D__USE_MINGW_ACCESS
eea4e2ff
JP
6STAGE1_CXXFLAGS += -D__USE_MINGW_ACCESS
7STAGE2_CXXFLAGS += -D__USE_MINGW_ACCESS
8STAGE3_CXXFLAGS += -D__USE_MINGW_ACCESS
9STAGE4_CXXFLAGS += -D__USE_MINGW_ACCESS
10
16aef37b
DK
11# Increase stack limit to a figure based on the Linux default, with 4MB added
12# as GCC turns out to need that much more to pass all the limits-* tests.
13LDFLAGS += -Wl,--stack,12582912
14BOOT_LDFLAGS += -Wl,--stack,12582912