aboutsummaryrefslogtreecommitdiff
path: root/config/mh-mingw
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2008-07-11 11:15:07 +0000
committerJoseph Myers <joseph@codesourcery.com>2008-07-11 11:15:07 +0000
commit7ba7b1180c858d5d9883ed9d3e49578bfa6ea982 (patch)
tree18ad320420244a6c378c08987a7531c7f0c60764 /config/mh-mingw
parent49f8e5845c9ade5365f29d788765ebb0ada2ed0d (diff)
* mh-mingw (LDFLAGS): Append to rather than replacing previous
value. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@137714 138bc75d-0d04-0410-961f-82ee72b054a4
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 e31bfd323b4..4c49d5d5917 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