mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-04 01:04:26 +08:00
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
@ -1,3 +1,9 @@
|
||||
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.
|
||||
|
2
libjava/configure
vendored
2
libjava/configure
vendored
@ -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"
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user