aboutsummaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorVladimir Makarov <vmakarov@redhat.com>2008-07-28 21:13:22 +0000
committerVladimir Makarov <vmakarov@redhat.com>2008-07-28 21:13:22 +0000
commit5a5cfb65e55cd766d62c9cc7e8bf3f56602e9bb4 (patch)
tree77c2df5e1bb71f2d757082d579cfa10b1d6cb75b /config
parent0f4c846302c425282a196c1b2e5351a5eb984d84 (diff)
Merge from trunk @ 138209
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/ira@138218 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'config')
-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 ff2d7b0c39c..e64c1cab72e 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 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