summaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authorandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-07 18:24:00 +0000
committerandreast <andreast@138bc75d-0d04-0410-961f-82ee72b054a4>2004-07-07 18:24:00 +0000
commit45d7a972fd9395b7bb23674569d350c2344a47a5 (patch)
treef139418133c35b3fbb6df78e889682f1f8d85563 /libjava/configure.host
parent9dc0b451d1057752ed9b9c387754aac296221953 (diff)
downloadgcc-45d7a972fd9395b7bb23674569d350c2344a47a5.tar.gz
2004-07-07 Andreas Tobler <a.tobler@schweiz.ch>
* configure.host: Enable hash synchronization on Darwin. * sysdep/powerpc/locks.h (compare_and_swap): Use '\n' instead of ';', since this is a comment on Darwin. (compare_and_swap_release): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@84214 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r--libjava/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure.host b/libjava/configure.host
index d008df1d001..5971945b70f 100644
--- a/libjava/configure.host
+++ b/libjava/configure.host
@@ -233,7 +233,7 @@ EOF
esac
;;
powerpc*-*-darwin*)
- enable_hash_synchronization_default=no
+ enable_hash_synchronization_default=yes
slow_pthread_self=
can_unwind_signal=yes
;;