Commit f8328d1d by Peter O'Gorman Committed by Peter O'Gorman

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
parent 0fe60a1b
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
......
......@@ -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=
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment