Commit ce9c1050 by Jack Howarth Committed by Andreas Tobler

configure.ac: Expand to darwin10 and later.

2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>

	* configure.ac: Expand to darwin10 and later.
	* configure: Regenerate.
	* testsuite/lib/libjava.exp: Expand to darwin10 and later.

From-SVN: r142369
parent 4cf57fd8
2008-12-02 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.ac: Expand to darwin10 and later.
* configure: Regenerate.
* testsuite/lib/libjava.exp: Expand to darwin10 and later.
2008-11-12 Steve Ellcey <sje@cup.hp.com>
* configure: Regenerate to get new GCC_CHECK_UNWIND_GETIPINFO.
......
......@@ -20608,7 +20608,7 @@ case "${host}" in
# on Darwin -single_module speeds up loading of the dynamic libraries.
extra_ldflags_libjava=-Wl,-single_module
;;
*-*-darwin[9]*)
*-*-darwin912*)
extra_gij_ldflags=-Wl,-allow_stack_execute
;;
arm*linux*eabi)
......
......@@ -867,7 +867,7 @@ case "${host}" in
# on Darwin -single_module speeds up loading of the dynamic libraries.
extra_ldflags_libjava=-Wl,-single_module
;;
*-*-darwin[[9]]*)
*-*-darwin[912]*)
extra_gij_ldflags=-Wl,-allow_stack_execute
;;
arm*linux*eabi)
......
......@@ -430,7 +430,7 @@ proc libjava_arguments {{mode compile}} {
lappend args "additional_flags=-bind_at_load"
lappend args "additional_flags=-multiply_defined suppress"
}
if { [istarget "*-*-darwin9*"] } {
if { [istarget "*-*-darwin9*"] || [istarget "*-*-darwin1*"] || [istarget "*-*-darwin2*"] } {
lappend args "additional_flags=-Wl,-allow_stack_execute"
}
......
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