configure.host: Disable the interpreter for Darwin.

2002-01-02 Andreas Tobler <a.tobler@schweiz.ch>

	* configure.host: Disable the interpreter for Darwin.

From-SVN: r48557
This commit is contained in:
Andreas Tobler 2002-01-05 05:00:32 +01:00 committed by Tom Tromey
parent f21bf182c7
commit c6c3221d21
2 changed files with 8 additions and 1 deletions

View 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.

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