summaryrefslogtreecommitdiff
path: root/config/mh-mingw
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2008-06-08 16:19:22 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2008-06-08 16:19:22 +0000
commit2c9c0bf77376404fbc80359c9ec39626f5238959 (patch)
treea135961eac1fe288440cf0c6ecad9d5abeafa1d6 /config/mh-mingw
parentf19de48d0f77069ddcd9e5675f1b1e3af740fd9b (diff)
downloadgdb-2c9c0bf77376404fbc80359c9ec39626f5238959.tar.gz
* 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.
Diffstat (limited to 'config/mh-mingw')
-rw-r--r--config/mh-mingw2
1 files changed, 2 insertions, 0 deletions
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