summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libjava/ChangeLog5
-rw-r--r--libjava/configure.host2
2 files changed, 6 insertions, 1 deletions
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 <dave.anglin@nrc-cnrc.gc.ca>
+
+ * configure.host (hppa*-*): Set 'enable_hash_synchronization_default'
+ to no.
+
2006-06-12 Andrew Haley <aph@redhat.com>
* 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
OpenPOWER on IntegriCloud