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:
committed by
Peter O'Gorman
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
|
||||
|
||||
Vendored
+1
-1
@@ -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=
|
||||
|
||||
Reference in New Issue
Block a user