This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
PATCH: Enable interpreter for IRIX 6
- From: Rainer Orth <ro at CeBiTec dot Uni-Bielefeld dot DE>
- To: java-patches at gcc dot gnu dot org
- Date: Thu, 21 Jan 2010 16:34:44 +0100
- Subject: PATCH: Enable interpreter for IRIX 6
I've had the following patch in my tree for quite some time. I've just
run a full regtest on mips-sgi-irix6.5 without and with the patch.
Results are good: no new FAILs with it, and all the gij tests pass.
Ok for mainline?
Rainer
--
-----------------------------------------------------------------------------
Rainer Orth, Center for Biotechnology, Bielefeld University
Tue Sep 4 17:42:04 2007 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* configure.host (mips-sgi-irix6*): Don't set libgcj_interpreter.
Index: libjava/configure.host
===================================================================
--- libjava/configure.host (revision 156082)
+++ libjava/configure.host (working copy)
@@ -282,8 +282,6 @@
;;
mips-sgi-irix6* )
sysdeps_dir=mips
- # disable interpreter, no closure support for N32 and N64 ABIs
- libgcj_interpreter=no
;;
arm*-linux* )
slow_pthread_self=no