configure.host (hppa*-*): Set 'enable_hash_synchronization_default' to no.
* configure.host (hppa*-*): Set 'enable_hash_synchronization_default' to no. From-SVN: r114630
This commit is contained in:
parent
6520c10a5a
commit
169b751278
2 changed files with 6 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue