This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: enable interpreter on PPC64
- From: Tom Tromey <tromey at redhat dot com>
- To: GCC libjava patches <java-patches at gcc dot gnu dot org>
- Cc: Jakub Jelinek <jakub at redhat dot com>
- Date: 02 May 2003 11:08:13 -0600
- Subject: Patch: enable interpreter on PPC64
- Reply-to: tromey at redhat dot com
Jakub, are we ready for this patch?
Tom
Index: libjava/ChangeLog
from Tom Tromey <tromey@redhat.com>
* configure.host <powerpc64*-*>: Set with_libffi_default and
libgcj_interpreter to "yes".
Index: libjava/configure.host
===================================================================
RCS file: /cvs/gcc/gcc/libjava/configure.host,v
retrieving revision 1.49
diff -u -r1.49 configure.host
--- libjava/configure.host 15 Apr 2003 09:52:42 -0000 1.49
+++ libjava/configure.host 2 May 2003 17:13:59 -0000
@@ -114,8 +114,8 @@
;;
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