aboutsummaryrefslogtreecommitdiff
path: root/config/mh-mingw
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2008-07-11 12:15:07 +0100
committerJoseph Myers <jsm28@gcc.gnu.org>2008-07-11 12:15:07 +0100
commitd5e1c95e49927a55aef30e2c8f4091fdd49aba2d (patch)
tree18ad320420244a6c378c08987a7531c7f0c60764 /config/mh-mingw
parent6e1e8d0009a65d12dadc8addc50dc56b04478df8 (diff)
downloadgcc-d5e1c95e49927a55aef30e2c8f4091fdd49aba2d.zip
gcc-d5e1c95e49927a55aef30e2c8f4091fdd49aba2d.tar.gz
gcc-d5e1c95e49927a55aef30e2c8f4091fdd49aba2d.tar.bz2
mh-mingw (LDFLAGS): Append to rather than replacing previous value.
* mh-mingw (LDFLAGS): Append to rather than replacing previous value. From-SVN: r137714
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 e31bfd3..4c49d5d 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