This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Enable interpreter for sparc*-*
- From: Jeff Sturm <jsturm at one-point dot com>
- To: java-patches at gcc dot gnu dot org
- Date: Fri, 3 Jan 2003 13:57:34 -0500 (EST)
- Subject: Enable interpreter for sparc*-*
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