configure.ac: Set SYSTEMSPEC so that -allow_stack_execute is not passed to the linker for...
* configure.ac: Set SYSTEMSPEC so that -allow_stack_execute is not passed to the linker for -dynamiclib or -bundle on darwin. * configure: Regenerate. From-SVN: r160583
This commit is contained in:
parent
0fe60a1bfa
commit
f8328d1d9a
@ -1,3 +1,9 @@
|
||||
2010-06-10 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
* configure.ac: Set SYSTEMSPEC so that -allow_stack_execute is not
|
||||
passed to the linker for -dynamiclib or -bundle on darwin.
|
||||
* configure: Regenerate.
|
||||
|
||||
2010-06-09 Iain Sandoe <iains@gcc.gnu.org>
|
||||
|
||||
PR bootstrap/43170
|
||||
|
2
libjava/configure
vendored
2
libjava/configure
vendored
@ -19761,7 +19761,7 @@ case "${host}" in
|
||||
fi
|
||||
;;
|
||||
*-*-darwin[912]*)
|
||||
SYSTEMSPEC="-allow_stack_execute"
|
||||
SYSTEMSPEC="%{!Zdynamiclib:%{!Zbundle:-allow_stack_execute}}"
|
||||
;;
|
||||
*)
|
||||
SYSTEMSPEC=
|
||||
|
@ -883,7 +883,7 @@ case "${host}" in
|
||||
fi
|
||||
;;
|
||||
*-*-darwin[[912]]*)
|
||||
SYSTEMSPEC="-allow_stack_execute"
|
||||
SYSTEMSPEC="%{!Zdynamiclib:%{!Zbundle:-allow_stack_execute}}"
|
||||
;;
|
||||
*)
|
||||
SYSTEMSPEC=
|
||||
|
Loading…
Reference in New Issue
Block a user