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:
parent
f21bf182c7
commit
c6c3221d21
@ -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.
|
||||
|
@ -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-*)
|
||||
|
Loading…
Reference in New Issue
Block a user