diff options
author | Joseph Myers <joseph@codesourcery.com> | 2008-07-11 11:15:59 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2008-07-11 11:15:59 +0000 |
commit | c5e38e547e14e9f282c9d98a7c70272cecdcac10 (patch) | |
tree | b263c08d2ed90d8d4f21b15d9682d5ca30b2d9e1 /config/mh-mingw | |
parent | 4f8d22e3b4e0e9a71f94f24deb77d2f4753deb85 (diff) | |
download | gdb-c5e38e547e14e9f282c9d98a7c70272cecdcac10.zip gdb-c5e38e547e14e9f282c9d98a7c70272cecdcac10.tar.gz gdb-c5e38e547e14e9f282c9d98a7c70272cecdcac10.tar.bz2 |
* mh-mingw (LDFLAGS): Append to rather than replacing previous
value.
Diffstat (limited to 'config/mh-mingw')
-rw-r--r-- | config/mh-mingw | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mh-mingw b/config/mh-mingw index e31bfd3..4c49d5d 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 |