From 2c9c0bf77376404fbc80359c9ec39626f5238959 Mon Sep 17 00:00:00 2001 From: Joseph Myers Date: Sun, 8 Jun 2008 16:19:22 +0000 Subject: * Makefile.def (flags_to_pass): Add LDFLAGS_FOR_BUILD. * Makefile.tpl (EXTRA_BUILD_FLAGS): Define. (all prefix="build-"): Pass them to build-system sub-makes. * Makefile.in: Regenerate. config: * config/mh-mingw (LDFLAGS): Define. --- config/mh-mingw | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/mh-mingw') diff --git a/config/mh-mingw b/config/mh-mingw index 5a38cdb4546..e31bfd323b4 100644 --- a/config/mh-mingw +++ b/config/mh-mingw @@ -2,3 +2,5 @@ # Vista (see PR33281 for details). BOOT_CFLAGS += -D__USE_MINGW_ACCESS CFLAGS += -D__USE_MINGW_ACCESS +# Increase stack limit to same as Linux default. +LDFLAGS = -Wl,--stack,8388608 -- cgit v1.2.1