]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Expand to darwin10 and later.
authorJack Howarth <howarth@bromo.med.uc.edu>
Tue, 2 Dec 2008 18:04:30 +0000 (18:04 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Tue, 2 Dec 2008 18:04:30 +0000 (19:04 +0100)
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

libjava/ChangeLog
libjava/configure
libjava/configure.ac
libjava/testsuite/lib/libjava.exp

index e6ec30e843e31f408479fea894eaf2a6d1474d0e..9cc0907b1b76335e07352b1fd00dc4981731ea72 100644 (file)
@@ -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.
index ecaa36ce0468d412fca351fa3add87b7eda9030e..42803833083200a72ef49035600c752da1d41b9d 100755 (executable)
@@ -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)
index ade98b9c97638c2d8458e01b05320ae91a8fe4e2..6c7abb40666a78d70a8d06089ec79ab60c3ed8d4 100644 (file)
@@ -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)
index 332c07270c88d9bfecc7c2c73a470bce084583c6..a31c2bc63d3d176ede46d023fd60ffd431ed34d1 100644 (file)
@@ -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"
        }