From 169b75127838cafb33496832e24f2c65b562fc2c Mon Sep 17 00:00:00 2001 From: John David Anglin Date: Wed, 14 Jun 2006 01:42:41 +0000 Subject: [PATCH] configure.host (hppa*-*): Set 'enable_hash_synchronization_default' to no. * configure.host (hppa*-*): Set 'enable_hash_synchronization_default' to no. From-SVN: r114630 --- libjava/ChangeLog | 5 +++++ libjava/configure.host | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libjava/ChangeLog b/libjava/ChangeLog index bae3bbdb876..df981e35a56 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2006-06-13 John David Anglin + + * configure.host (hppa*-*): Set 'enable_hash_synchronization_default' + to no. + 2006-06-12 Andrew Haley * testsuite/libjava.lang/PR27908.out: Delete. diff --git a/libjava/configure.host b/libjava/configure.host index c27f54cc7b2..c2d9ce1f9ec 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -130,7 +130,7 @@ case "${host}" in hppa*-*) sysdeps_dir=pa libgcj_interpreter=yes - enable_hash_synchronization_default=yes + enable_hash_synchronization_default=no ;; powerpc64*-*) sysdeps_dir=powerpc -- 2.30.2