diff options
author | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-09 21:51:57 +0000 |
---|---|---|
committer | andreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-09 21:51:57 +0000 |
commit | fbe6c0a3a0e24728091e8681756f8c15b82697c1 (patch) | |
tree | 3cd0cf018e6a96f1d848947020a41293ee3bc977 /libjava/configure.host | |
parent | 953498832ff426ee56ca6bd61b895c80f1866e32 (diff) | |
download | gcc-fbe6c0a3a0e24728091e8681756f8c15b82697c1.tar.gz |
2009-04-09 Jack Howarth <howarth@bromo.med.uc.edu>
* configure.host: Restore match for darwin9 or later.
* configure.ac: Likewise.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@145861 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 0e5631eaccd..79ce4d68d95 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -295,11 +295,11 @@ EOF slow_pthread_self= can_unwind_signal=no ;; - i?86-*-darwin9*) + i?86-*-darwin[912]*) can_unwind_signal=yes DIVIDESPEC=-f%{m32:no-}%{!m32:%{!m64:no-}}%{m64:}use-divide-subroutine ;; - x86_64-*-darwin9*) + x86_64-*-darwin[912]*) enable_hash_synchronization_default=yes slow_pthread_self= can_unwind_signal=yes |