From: Andreas Tobler Date: Sat, 5 Jan 2002 04:00:32 +0000 (+0100) Subject: configure.host: Disable the interpreter for Darwin. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6c3221d211f2e438757b489858d7894dbec615f;p=gcc.git configure.host: Disable the interpreter for Darwin. 2002-01-02 Andreas Tobler * configure.host: Disable the interpreter for Darwin. From-SVN: r48557 --- diff --git a/libjava/ChangeLog b/libjava/ChangeLog index 953fa26fb67..b764ce08193 100644 --- a/libjava/ChangeLog +++ b/libjava/ChangeLog @@ -1,3 +1,7 @@ +2002-01-02 Andreas Tobler + + * configure.host: Disable the interpreter for Darwin. + 2002-01-04 Tom Tromey * java/lang/Thread.java (stop): No longer synchronized. diff --git a/libjava/configure.host b/libjava/configure.host index 7ad3c3b8723..a0f46aaddd4 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -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-*)