mh-mingw (LDFLAGS): Append to rather than replacing previous value.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 11 Jul 2008 11:15:07 +0000 (12:15 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Fri, 11 Jul 2008 11:15:07 +0000 (12:15 +0100)
* mh-mingw (LDFLAGS): Append to rather than replacing previous
value.

From-SVN: r137714

config/ChangeLog
config/mh-mingw

index ff2d7b0c39cdcbd21683acc3173294fa53b90f24..e64c1cab72e62a39beae7f66ea37958953f21930 100644 (file)
@@ -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.
index e31bfd323b45208631fc35e7fd376e4dd72ee53f..4c49d5d5917f811d7a0b6c47e65ddcca7087ee98 100644 (file)
@@ -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