* configure.host: Add powerpc64*-* entry.
From-SVN: r55788
This commit is contained in:
parent
57ac7be93e
commit
1d49f58aff
@ -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>
|
||||
|
||||
* java/io/natFileDescriptorPosix.cc: Don't include sys/socket.h or
|
||||
|
@ -101,6 +101,16 @@ case "${host}" in
|
||||
libgcj_interpreter=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*-*)
|
||||
sysdeps_dir=powerpc
|
||||
libgcj_interpreter=yes
|
||||
|
Loading…
Reference in New Issue
Block a user