This is the mail archive of the java@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#3 disable the libgcj interpreter under darwin


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-*)
         ;;


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