configure.ac: Replace "*-*-darwin[0-7].*" with "*-*-darwin[[0-7]].*"
authorAndrew Pinski <pinskia@physics.uc.edu>
Tue, 30 Aug 2005 01:52:12 +0000 (01:52 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Tue, 30 Aug 2005 01:52:12 +0000 (18:52 -0700)
2005-08-29  Andrew Pinski  <pinskia@physics.uc.edu>

        * configure.ac: Replace "*-*-darwin[0-7].*" with
        "*-*-darwin[[0-7]].*"
        * configure: Regenerate.

From-SVN: r103623

libjava/ChangeLog
libjava/configure
libjava/configure.ac

index 1427245c11a1bbc70f838ff8777c03f310ccceef..c810ce23347947d9f9a820d5fab6776019ef87d6 100644 (file)
@@ -1,3 +1,9 @@
+2005-08-29  Andrew Pinski  <pinskia@physics.uc.edu>
+
+       * configure.ac: Replace "*-*-darwin[0-7].*" with
+       "*-*-darwin[[0-7]].*"
+       * configure: Regenerate.
+
 2005-08-24  Andreas Tobler  <a.tobler@schweiz.ch>
 
        * configure.ac (extra_ldflags_libjava): Enable -single_module only for
index 4ccabd75650eb6469f88ae83aac7096ffda97079..07cbf8b5d6fbf1f01e6e00a8f6a75d06cf1c7542 100755 (executable)
@@ -8377,7 +8377,7 @@ libsubdir=.libs
 
 # extra LD Flags which are required for targets
 case "${host}" in
-*-*-darwin0-7.*)
+*-*-darwin[0-7].*)
     # For now we have to disable it on darwin[8-9] because it slows down
     # the linking phase. A possible bug in ld?
     # on Darwin -single_module speeds up loading of the dynamic libraries.
index 8eec0cb0c98ca6c19e2aeb61bff6e8b84f7f0f34..b0b0d03408a22b32d68794f85a1a7b73521a2e9b 100644 (file)
@@ -670,7 +670,7 @@ libsubdir=.libs
 
 # extra LD Flags which are required for targets
 case "${host}" in
-*-*-darwin[0-7].*)
+*-*-darwin[[0-7]].*)
     # For now we have to disable it on darwin[8-9] because it slows down
     # the linking phase. A possible bug in ld?
     # on Darwin -single_module speeds up loading of the dynamic libraries.