diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-05 04:00:32 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-01-05 04:00:32 +0000 |
commit | d61c8c034fbe57a787622084a6291dbdc1793c2b (patch) | |
tree | 014c51e3414443785e4bd52deb99af0e52ec1d49 /libjava/configure.host | |
parent | ecc9ae788b3f2df3b8946eca401f37a8f7d7a894 (diff) | |
download | gcc-d61c8c034fbe57a787622084a6291dbdc1793c2b.tar.gz |
2002-01-02 Andreas Tobler <a.tobler@schweiz.ch>
* configure.host: Disable the interpreter for Darwin.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@48557 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 5 |
1 files changed, 4 insertions, 1 deletions
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-*) |