From fbe6c0a3a0e24728091e8681756f8c15b82697c1 Mon Sep 17 00:00:00 2001 From: andreast Date: Thu, 9 Apr 2009 21:51:57 +0000 Subject: 2009-04-09 Jack Howarth * 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 --- libjava/configure.host | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libjava/configure.host') 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 -- cgit v1.2.1