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

config/ChangeLog
config/mh-mingw

index daa5c5f9488bb2cdf4d0c0a6e3a0f02b60da9a8f..d5681429f0b1357fa47e35fde3dfc89f2e0e1608 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
This page took 0.029607 seconds and 4 git commands to generate.