[mono/mono] be587043: Fix the linker script for OSX. libtool screwed up the first attempt.
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000142142bcffb-2c0d6efc-befa-420b-9e55-17bfd4a81b2c-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/mono
Compare: https://github.com/mono/mono/compare/19be2cd66a1a...be5870433987
Commit: be587043398771135ea7b12f6e37ac6b7cb0831a
Author: Rodrigo Kumpera <[email protected]> (kumpera)
Date: 2013-11-01 14:56:55 GMT
URL: https://github.com/mono/mono/commit/be587043398771135ea7b12f6e37ac6b7cb0831a
Fix the linker script for OSX. libtool screwed up the first attempt.
Changed paths:
M configure.in
Modified: configure.in
===================================================================
@@ -315,10 +315,10 @@ case "$host" in
CFLAGS_FOR_LIBGC="$CFLAGS_FOR_LIBGC $BROKEN_DARWIN_FLAGS"
CPPFLAGS_FOR_EGLIB="$CPPFLAGS_FOR_EGLIB $BROKEN_DARWIN_CPPFLAGS"
CFLAGS_FOR_EGLIB="$CFLAGS_FOR_EGLIB $BROKEN_DARWIN_FLAGS"
- extra_runtime_ldflags="-stack_size,0x800000"
+ extra_runtime_ldflags="-Xlinker -stack_size -Xlinker 0x800000"
;;
x*64-*-darwin*)
- extra_runtime_ldflags="-stack_size,0x800000"
+ extra_runtime_ldflags="-Xlinker -stack_size -Xlinker 0x800000"
;;
arm*-darwin*)
has_dtrace=no
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches