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 | |
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
-rw-r--r-- | libjava/ChangeLog | 5 | ||||
-rw-r--r-- | libjava/configure.host | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 846ed59..6ca4c19 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,8 @@ +2003-05-08 Tom Tromey <tromey@redhat.com> + + * configure.host <powerpc64*-*>: Set with_libffi_default and + libgcj_interpreter to "yes". + 2003-05-08 Scott Gilbertson <scottg@mantatest.com> * gnu/gcj/xlib/natGC.cc (drawString): Removed obsolete code. 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 |