summaryrefslogtreecommitdiff
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
commitb5ca81d1f231e91d9d13264d9057cd8fa36900c4 (patch)
tree944d63acd1d742e4e8e10eba62c90cebb6b685e2
parentd5bc1bb20d83676dc170fa17e0cd0f59661164cf (diff)
downloadbinutils-redhat-b5ca81d1f231e91d9d13264d9057cd8fa36900c4.tar.gz
* mh-mingw (LDFLAGS): Append to rather than replacing previous
value.
-rw-r--r--config/ChangeLog5
-rw-r--r--config/mh-mingw2
2 files changed, 6 insertions, 1 deletions
diff --git a/config/ChangeLog b/config/ChangeLog
index daa5c5f948..d5681429f0 100644
--- a/config/ChangeLog
+++ b/config/ChangeLog
@@ -1,3 +1,8 @@
+2008-07-11 Joseph Myers <joseph@codesourcery.com>
+
+ * mh-mingw (LDFLAGS): Append to rather than replacing previous
+ value.
+
2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* override.m4: Use m4_version_prereq throughout.
diff --git a/config/mh-mingw b/config/mh-mingw
index e31bfd323b..4c49d5d591 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