diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-06-08 16:19:22 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2008-06-08 16:19:22 +0000 |
commit | 6641ce4221afb03b02bf2fcddcbc5b2b2c73782c (patch) | |
tree | af1a25c8af1a8ea5a5e82f028435e49e4e2a51e4 /config/mh-mingw | |
parent | 0096ff26d408012b9983003d3cc25c4bb606a9e5 (diff) | |
download | gdb-6641ce4221afb03b02bf2fcddcbc5b2b2c73782c.zip gdb-6641ce4221afb03b02bf2fcddcbc5b2b2c73782c.tar.gz gdb-6641ce4221afb03b02bf2fcddcbc5b2b2c73782c.tar.bz2 |
* 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-mingw | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/mh-mingw b/config/mh-mingw index 5a38cdb..e31bfd3 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 |