From: Andrew Pinski Date: Tue, 30 Aug 2005 01:52:12 +0000 (+0000) Subject: configure.ac: Replace "*-*-darwin[0-7].*" with "*-*-darwin[[0-7]].*" X-Git-Tag: misc/cutover-cvs2svn~935 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f97e8c0f6bc1e33e1bc7076b61e478747ca57912;p=thirdparty%2Fgcc.git configure.ac: Replace "*-*-darwin[0-7].*" with "*-*-darwin[[0-7]].*" 2005-08-29 Andrew Pinski * configure.ac: Replace "*-*-darwin[0-7].*" with "*-*-darwin[[0-7]].*" * configure: Regenerate. From-SVN: r103623 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 1427245c11a1..c810ce233479 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,9 @@ +2005-08-29 Andrew Pinski + + * configure.ac: Replace "*-*-darwin[0-7].*" with + "*-*-darwin[[0-7]].*" + * configure: Regenerate. + 2005-08-24 Andreas Tobler * configure.ac (extra_ldflags_libjava): Enable -single_module only for diff --git a/libjava/configure b/libjava/configure index 4ccabd75650e..07cbf8b5d6fb 100755 --- a/libjava/configure +++ b/libjava/configure @@ -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. diff --git a/libjava/configure.ac b/libjava/configure.ac index 8eec0cb0c98c..b0b0d03408a2 100644 --- a/libjava/configure.ac +++ b/libjava/configure.ac @@ -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.