diff options
author | Tom Tromey <tromey@redhat.com> | 2003-05-08 18:53:44 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2003-05-08 18:53:44 +0000 |
commit | b8e61e1eb3a93d5cf624cbdf18b87b86f66771e5 (patch) | |
tree | 87dd0cdc64657acec632b33594d5161fa9c60739 /libjava/configure.host | |
parent | 146b867529296170c721a8df50422fa540bfa74d (diff) | |
download | gcc-b8e61e1eb3a93d5cf624cbdf18b87b86f66771e5.zip gcc-b8e61e1eb3a93d5cf624cbdf18b87b86f66771e5.tar.gz gcc-b8e61e1eb3a93d5cf624cbdf18b87b86f66771e5.tar.bz2 |
configure.host: Set with_libffi_default and libgcj_interpreter to "yes".
* configure.host <powerpc64*-*>: Set with_libffi_default and
libgcj_interpreter to "yes".
From-SVN: r66609
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index f1c65bc..1e218318 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -114,8 +114,8 @@ case "${host}" in ;; powerpc64*-*) # libffi not ported. - with_libffi_default=no - libgcj_interpreter=no + with_libffi_default=yes + libgcj_interpreter=yes libgcj_flags="${libgcj_flags} -mminimal-toc" # this may not be correct sysdeps_dir=powerpc |