diff options
author | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-26 23:54:28 +0000 |
---|---|---|
committer | amodra <amodra@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-07-26 23:54:28 +0000 |
commit | ef05f29fbd89b64576af4c91e525c31e6a48801c (patch) | |
tree | 2bec709c95765a91ecd6d8fff8c8d1319a8add93 /libjava/configure.host | |
parent | 58a8d617df5668cf9f8476ae72094daef2aff117 (diff) | |
download | gcc-ef05f29fbd89b64576af4c91e525c31e6a48801c.tar.gz |
* configure.host: Add powerpc64*-* entry.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@55788 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 94d591f7487..a4819f3f866 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -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 |