diff options
author | Andreas Tobler <andreast@gcc.gnu.org> | 2004-07-07 20:24:00 +0200 |
---|---|---|
committer | Andreas Tobler <andreast@gcc.gnu.org> | 2004-07-07 20:24:00 +0200 |
commit | 0e497b6cf53afd5217837a1d42f81e021b1554be (patch) | |
tree | f139418133c35b3fbb6df78e889682f1f8d85563 /libjava/configure.host | |
parent | fc72b3800247719e3cde796bc36f860ae4c74d7b (diff) | |
download | gcc-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.host | 2 |
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 ;; |