Commit c6c3221d by Andreas Tobler Committed by Tom Tromey

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
parent f21bf182
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.
......
......@@ -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-*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment