This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]