patch#3 disable the libgcj interpreter under darwin
Andreas Tobler
toa@pop.agri.ch
Wed Jan 2 05:57:00 GMT 2002
Hi,
here is another patch to build libgcj under darwin.
Tested (build) under darwin5.2(ppc) and powerpc-linux.
ok?
Andreas
P.S, for patch2 a new one will follow.
2002年01月02日 Andreas Tobler <a.tobler@schweiz.ch>
* configure.host
disable the interpreter for darwin(ppc)
--- gccclean/gcc/libjava/configure.host Sat Dec 1 12:00:02 2001
+++ gccsrc/gcc/libjava/configure.host Mon Dec 31 10:28:34 2001
@@ -72,8 +72,11 @@
libgcj_interpreter=yes
enable_hash_synchronization_default=yes
;;
- powerpc*-*)
+ powerpc-*-linux*)
libgcj_interpreter=yes
+ ;;
+ powerpc-apple-*)
+ libgcj_interpreter=no
;;
sparc-*)
;;
More information about the Java
mailing list