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
+1 -1
View File
@@ -19761,7 +19761,7 @@ case "${host}" in
fi
;;
*-*-darwin[912]*)
SYSTEMSPEC="-allow_stack_execute"
SYSTEMSPEC="%{!Zdynamiclib:%{!Zbundle:-allow_stack_execute}}"
;;
*)
SYSTEMSPEC=