summaryrefslogtreecommitdiffstats
path: root/config/mh-mingw
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2008-07-11 11:15:59 +0000
committerJoseph Myers <joseph@codesourcery.com>2008-07-11 11:15:59 +0000
commit3e29f67f22eb9ea97487528cebe95f30785bb4e3 (patch)
treeb8569da3b94f46fda4bb186fc46c65b26db04d4e /config/mh-mingw
parent824fe06cbeef865727d3ec0d108f635cba4bc143 (diff)
downloadcygnal-3e29f67f22eb9ea97487528cebe95f30785bb4e3.tar.gz
cygnal-3e29f67f22eb9ea97487528cebe95f30785bb4e3.tar.bz2
cygnal-3e29f67f22eb9ea97487528cebe95f30785bb4e3.zip
* mh-mingw (LDFLAGS): Append to rather than replacing previous
value.
Diffstat (limited to 'config/mh-mingw')
-rw-r--r--config/mh-mingw2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-mingw b/config/mh-mingw
index e31bfd323..4c49d5d59 100644
--- a/config/mh-mingw
+++ b/config/mh-mingw
@@ -3,4 +3,4 @@
BOOT_CFLAGS += -D__USE_MINGW_ACCESS
CFLAGS += -D__USE_MINGW_ACCESS
# Increase stack limit to same as Linux default.
-LDFLAGS = -Wl,--stack,8388608
+LDFLAGS += -Wl,--stack,8388608