diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2005-08-30 01:52:12 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2005-08-29 18:52:12 -0700 |
commit | f97e8c0f6bc1e33e1bc7076b61e478747ca57912 (patch) | |
tree | 8f59e5140e113e084547fb69d771ff4662a83910 /libjava/configure.ac | |
parent | 718229102fcea3d6d800bcb27430a33712d08e27 (diff) | |
download | gcc-f97e8c0f6bc1e33e1bc7076b61e478747ca57912.zip gcc-f97e8c0f6bc1e33e1bc7076b61e478747ca57912.tar.gz gcc-f97e8c0f6bc1e33e1bc7076b61e478747ca57912.tar.bz2 |
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
Diffstat (limited to 'libjava/configure.ac')
-rw-r--r-- | libjava/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure.ac b/libjava/configure.ac index 8eec0cb..b0b0d03 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. |