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
This commit is contained in:
parent
4cf57fd822
commit
ce9c105029
4 changed files with 9 additions and 3 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue