summaryrefslogtreecommitdiff
path: root/config/mh-mingw
diff options
context:
space:
mode:
authorJoseph Myers <jsm@polyomino.org.uk>2008-07-11 11:15:59 +0000
committerJoseph Myers <jsm@polyomino.org.uk>2008-07-11 11:15:59 +0000
commitf826240f06a142ddb7d13757b219781ec6017c85 (patch)
tree556b203ef8ed8c8ae7bd83e26b6dadea264a2e10 /config/mh-mingw
parent7c5acce6a59f638524b4b63325cf45ce6b83bd04 (diff)
downloadgdb-f826240f06a142ddb7d13757b219781ec6017c85.tar.gz
* 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 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