]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
configure.ac: Add double brackets on darwin[912].
authorJack Howarth <howarth@bromo.med.uc.edu>
Thu, 4 Dec 2008 06:17:50 +0000 (06:17 +0000)
committerAndreas Tobler <andreast@gcc.gnu.org>
Thu, 4 Dec 2008 06:17:50 +0000 (07:17 +0100)
2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>

        * configure.ac: Add double brackets on darwin[912].
        * configure: Regenerate.

From-SVN: r142427

libjava/ChangeLog
libjava/configure
libjava/configure.ac

index 9cc0907b1b76335e07352b1fd00dc4981731ea72..005ef71715cbf34be3847671d1c05b22d615a446 100644 (file)
@@ -1,3 +1,8 @@
+2008-12-04  Jack Howarth  <howarth@bromo.med.uc.edu>
+
+        * configure.ac: Add double brackets on darwin[912].
+        * configure: Regenerate.
+
 2008-12-02  Jack Howarth  <howarth@bromo.med.uc.edu>
 
        * configure.ac: Expand to darwin10 and later.
index 42803833083200a72ef49035600c752da1d41b9d..f2d0c9dd5625e28d2a94afd6f6d445b4cafb6d89 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
     ;;
-*-*-darwin912*)
+*-*-darwin[912]*)
     extra_gij_ldflags=-Wl,-allow_stack_execute
     ;;
 arm*linux*eabi)
index 6c7abb40666a78d70a8d06089ec79ab60c3ed8d4..6844057beac16149a4fdb644fe35de4f07d0a149 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[912]*)
+*-*-darwin[[912]]*)
     extra_gij_ldflags=-Wl,-allow_stack_execute
     ;;
 arm*linux*eabi)