mirror of git://gcc.gnu.org/git/gcc.git
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
|
|
@ -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>
|
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
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue