configure.host: Disable the interpreter for Darwin.
authorAndreas Tobler <a.tobler@schweiz.ch>
Sat, 5 Jan 2002 04:00:32 +0000 (05:00 +0100)
committerTom Tromey <tromey@gcc.gnu.org>
Sat, 5 Jan 2002 04:00:32 +0000 (04:00 +0000)
2002-01-02 Andreas Tobler <a.tobler@schweiz.ch>

* configure.host: Disable the interpreter for Darwin.

From-SVN: r48557

libjava/ChangeLog
libjava/configure.host

index 953fa26fb675b8766d8e15a5d2ab4d0d43f0f9c5..b764ce081931e939c7d19107184e4d48e57e09bb 100644 (file)
@@ -1,3 +1,7 @@
+2002-01-02 Andreas Tobler <a.tobler@schweiz.ch>
+
+       * configure.host: Disable the interpreter for Darwin.
+
 2002-01-04  Tom Tromey  <tromey@redhat.com>
 
        * java/lang/Thread.java (stop): No longer synchronized.
index 7ad3c3b87230e1e8a4c2292e9a1863709d75f1af..a0f46aaddd470aa7243583fb6c91bf000d99b053 100644 (file)
@@ -72,9 +72,12 @@ case "${host}" in
        libgcj_interpreter=yes
        enable_hash_synchronization_default=yes
        ;;
-  powerpc*-*)
+  powerpc*-linux*)
        libgcj_interpreter=yes
        ;;
+  powerpc-apple-*)
+        libgcj_interpreter=no
+       ;;
   sparc-*)
         ;;
   ia64-*)