aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authorAndreas Tobler <andreast@gcc.gnu.org>2004-07-07 20:24:00 +0200
committerAndreas Tobler <andreast@gcc.gnu.org>2004-07-07 20:24:00 +0200
commit0e497b6cf53afd5217837a1d42f81e021b1554be (patch)
treef139418133c35b3fbb6df78e889682f1f8d85563 /libjava/configure.host
parentfc72b3800247719e3cde796bc36f860ae4c74d7b (diff)
downloadgcc-0e497b6cf53afd5217837a1d42f81e021b1554be.zip
gcc-0e497b6cf53afd5217837a1d42f81e021b1554be.tar.gz
gcc-0e497b6cf53afd5217837a1d42f81e021b1554be.tar.bz2
configure.host: Enable hash synchronization on Darwin.
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. From-SVN: r84214
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 d008df1..5971945 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
;;