diff options
author | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-30 01:52:12 +0000 |
---|---|---|
committer | pinskia <pinskia@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-30 01:52:12 +0000 |
commit | ed0ded1bcdff39e9456459459a96e97027405682 (patch) | |
tree | 8f59e5140e113e084547fb69d771ff4662a83910 /libjava | |
parent | 9e993734fce79ef5bc652c34aeef8264bbef49d6 (diff) | |
download | gcc-ed0ded1bcdff39e9456459459a96e97027405682.tar.gz |
2005-08-29 Andrew Pinski <pinskia@physics.uc.edu>
* configure.ac: Replace "*-*-darwin[0-7].*" with
"*-*-darwin[[0-7]].*"
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103623 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r-- | libjava/ChangeLog | 6 | ||||
-rwxr-xr-x | libjava/configure | 2 | ||||
-rw-r--r-- | libjava/configure.ac | 2 |
3 files changed, 8 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 1427245c11a..c810ce23347 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -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 diff --git a/libjava/configure b/libjava/configure index 4ccabd75650..07cbf8b5d6f 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 8eec0cb0c98..b0b0d03408a 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. |