Enable interpreter for sparc*-*

Jeff Sturm jsturm@one-point.com
Fri Jan 3 18:57:00 GMT 2003


Depends on my closure patch.  On sparcv9-sun-solaris2.8 I get

        === libjava Summary ===

# of expected passes        2869
# of unexpected failures    29
# of expected failures      15
# of untested testcases     36

Also the Kawa testsuite completes with zero errors.

2003-01-03  Jeff Sturm  <jsturm@one-point.com>

	* configure.host (sparc*-*): Enable bytecode interpreter.

Index: configure.host
===================================================================
RCS file: /cvs/gcc/gcc/libjava/configure.host,v
retrieving revision 1.40
diff -u -p -r1.40 configure.host
--- configure.host      16 Dec 2002 18:22:52 -0000      1.40
+++ configure.host      3 Jan 2003 18:49:54 -0000
@@ -132,7 +132,8 @@ case "${host}" in
        libgcj_interpreter=yes
        enable_hash_synchronization_default=yes
        ;;
-  sparc-*)
+  sparc*-*)
+       libgcj_interpreter=yes
         ;;
   ia64-*)
        sysdeps_dir=ia64





More information about the Java-patches mailing list