Skip to content
Snippets Groups Projects
Commit c5e38e54 authored by Joseph Myers's avatar Joseph Myers
Browse files

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

	value.
parent 4f8d22e3
No related branches found
No related tags found
No related merge requests found
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> 2008-06-17 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* override.m4: Use m4_version_prereq throughout. * override.m4: Use m4_version_prereq throughout.
......
...@@ -3,4 +3,4 @@ ...@@ -3,4 +3,4 @@
BOOT_CFLAGS += -D__USE_MINGW_ACCESS BOOT_CFLAGS += -D__USE_MINGW_ACCESS
CFLAGS += -D__USE_MINGW_ACCESS CFLAGS += -D__USE_MINGW_ACCESS
# Increase stack limit to same as Linux default. # Increase stack limit to same as Linux default.
LDFLAGS = -Wl,--stack,8388608 LDFLAGS += -Wl,--stack,8388608
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment