From b4c857789d27bdfd68a0e9aa6bfcfaff6b6674b9 Mon Sep 17 00:00:00 2001 From: David Daney Date: Thu, 20 Jul 2006 17:42:11 +0000 Subject: * configure.host: Enable the interpreter for mipsel-* and mips-*. From-SVN: r115625 --- libjava/configure.host | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libjava/configure.host') diff --git a/libjava/configure.host b/libjava/configure.host index c2d9ce1..6aa969c 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -90,6 +90,9 @@ case "${host}" in enable_java_net_default=no enable_getenv_properties_default=no ;; + mipsel-*|mips-*) + libgcj_interpreter=yes + ;; i686-*|i586-*|i486-*|i386-*) sysdeps_dir=i386 # With -fomit-frame-pointer -maccumulate-outgoing-args (implied), -- cgit v1.1