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]

enable interpreter for darwin


Hi ya,

since today we have officially closures on darwin and aix. Therefore I'd
like to enable the interpreter for libjava. I was working with it for a
month now and it seems to succeed. Since a few hours, the ffi support is
hopefully complete and we can offer it to all. Thanks to David who helped
me a lot. (ffi)

Unfortunately I can't test since the today's build fails with:

../../../gcc/libjava/verify.cc -o verify.o
../../../gcc/libjava/verify.cc: In function `void debug_print(const char*, 
   ...)':
../../../gcc/libjava/verify.cc:40: warning: unused parameter `const char*fmt'
xgcc: Internal error: Illegal instruction (program cc1plus)

But the test with earlier builds suceeded!

2002-03-06		Andreas Tobler <a.tobler@schweiz.ch>

	* configure.host: enable the interpreter for darwin ppc

--- configure.host.orig Thu Mar  7 20:09:56 2002
+++ configure.host      Fri Feb  8 21:09:11 2002
@@ -75,8 +75,8 @@
   powerpc*-linux*)
        libgcj_interpreter=yes
        ;;
-  powerpc-apple-*)
-        libgcj_interpreter=no
+  powerpc-*-darwin*) 
+        libgcj_interpreter=yes
        ;;
   sparc-*)
         ;;


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