This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: Enable the interperter for mips32.
- From: David Daney <ddaney at avtrex dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: Wed, 19 Jul 2006 17:32:20 -0700
- Subject: Patch: Enable the interperter for mips32.
libffi closures have been working on mips32 for quite a while now, but I
never enabled the interpreter. This patch corrects that oversight.
Initial tests show that it is working. Currently running testsuite on
mipsel-linux.
OK to commit if no regressions?
2006-07-19 David Daney <ddaney@avtrex.com>
* configure.host: Enable the interpreter for mipsel-* and mips-*.
Index: configure.host
===================================================================
--- configure.host (revision 115540)
+++ configure.host (working copy)
@@ -90,6 +90,9 @@
enable_java_net_default=no
enable_getenv_properties_default=no
;;
+ mipsel-*|mips-*)
+ libgcj_interpreter=yes
+ ;;
i686-*|i586-*|i486-*|i386-*)
sysdeps_dir=i386
# With -fomit-frame-pointer -maccumulate-outgoing-args (implied),