* configure.host: Add powerpc64*-* entry.

From-SVN: r55788
This commit is contained in:
Alan Modra 2002-07-26 23:54:28 +00:00 committed by Alan Modra
parent 57ac7be93e
commit 1d49f58aff
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2002-07-27 Alan Modra <amodra@bigpond.net.au>
* configure.host: Add powerpc64*-* entry.
2002-07-26 Tom Tromey <tromey@redhat.com> 2002-07-26 Tom Tromey <tromey@redhat.com>
* java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or * java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or

View File

@ -101,6 +101,16 @@ case "${host}" in
libgcj_interpreter=yes libgcj_interpreter=yes
enable_hash_synchronization_default=yes enable_hash_synchronization_default=yes
;; ;;
powerpc64*-*)
# libffi not ported.
with_libffi_default=no
libgcj_interpreter=no
libgcj_flags="${libgcj_flags} -mminimal-toc"
# this may not be correct
sysdeps_dir=powerpc
enable_hash_synchronization_default=yes
slow_pthread_self=yes
;;
powerpc*-*) powerpc*-*)
sysdeps_dir=powerpc sysdeps_dir=powerpc
libgcj_interpreter=yes libgcj_interpreter=yes