* mh-mingw (LDFLAGS): Append to rather than replacing previous

value.
This commit is contained in:
Joseph Myers
2008-07-11 11:15:59 +00:00
parent 824fe06cbe
commit 3e29f67f22
2 changed files with 6 additions and 1 deletions

View 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