2002-01-02 Andreas Tobler <a.tobler@schweiz.ch>
* configure.host: Disable the interpreter for Darwin.
From-SVN: r48557
+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.
libgcj_interpreter=yes
enable_hash_synchronization_default=yes
;;
- powerpc*-*)
+ powerpc*-linux*)
libgcj_interpreter=yes
;;
+ powerpc-apple-*)
+ libgcj_interpreter=no
+ ;;
sparc-*)
;;
ia64-*)