Commit 1d49f58a by Alan Modra Committed by Alan Modra

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

From-SVN: r55788
parent 57ac7be9
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
......
...@@ -101,6 +101,16 @@ case "${host}" in ...@@ -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
......
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