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:
Peter O'Gorman 2010-06-10 23:35:31 +00:00 committed by Peter O'Gorman
parent 0fe60a1bfa
commit f8328d1d9a
3 changed files with 8 additions and 2 deletions

View File

@ -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
View File

@ -19761,7 +19761,7 @@ case "${host}" in
fi
;;
*-*-darwin[912]*)
SYSTEMSPEC="-allow_stack_execute"
SYSTEMSPEC="%{!Zdynamiclib:%{!Zbundle:-allow_stack_execute}}"
;;
*)
SYSTEMSPEC=

View File

@ -883,7 +883,7 @@ case "${host}" in
fi
;;
*-*-darwin[[912]]*)
SYSTEMSPEC="-allow_stack_execute"
SYSTEMSPEC="%{!Zdynamiclib:%{!Zbundle:-allow_stack_execute}}"
;;
*)
SYSTEMSPEC=