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

2005-08-29  Andrew Pinski  <pinskia@physics.uc.edu>

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

From-SVN: r103623
This commit is contained in:
Andrew Pinski 2005-08-30 01:52:12 +00:00 committed by Andrew Pinski
parent 718229102f
commit f97e8c0f6b
3 changed files with 8 additions and 2 deletions

View 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

2
libjava/configure vendored
View File

@ -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.

View 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.