mirror of
https://github.com/gcc-mirror/gcc.git
synced 2024-11-21 13:40:47 +00:00
mh-mingw (LDFLAGS): Append to rather than replacing previous value.
* mh-mingw (LDFLAGS): Append to rather than replacing previous value. From-SVN: r137714
This commit is contained in:
parent
6e1e8d0009
commit
d5e1c95e49
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user