Commit 169b7512 by John David Anglin Committed by John David Anglin

configure.host (hppa*-*): Set 'enable_hash_synchronization_default' to no.

	* configure.host (hppa*-*): Set 'enable_hash_synchronization_default'
	to no.

From-SVN: r114630
parent 6520c10a
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> 2006-06-12 Andrew Haley <aph@redhat.com>
* testsuite/libjava.lang/PR27908.out: Delete. * testsuite/libjava.lang/PR27908.out: Delete.
......
...@@ -130,7 +130,7 @@ case "${host}" in ...@@ -130,7 +130,7 @@ case "${host}" in
hppa*-*) hppa*-*)
sysdeps_dir=pa sysdeps_dir=pa
libgcj_interpreter=yes libgcj_interpreter=yes
enable_hash_synchronization_default=yes enable_hash_synchronization_default=no
;; ;;
powerpc64*-*) powerpc64*-*)
sysdeps_dir=powerpc sysdeps_dir=powerpc
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment