aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authorDavid Daney <ddaney@avtrex.com>2006-07-20 17:42:11 +0000
committerDavid Daney <daney@gcc.gnu.org>2006-07-20 17:42:11 +0000
commitb4c857789d27bdfd68a0e9aa6bfcfaff6b6674b9 (patch)
treea96bd20de35c84a31f3d95b5ae368fc93cf54fe0 /libjava/configure.host
parente0b103c6599ffa3cbce35db561169b9f38acb842 (diff)
downloadgcc-b4c857789d27bdfd68a0e9aa6bfcfaff6b6674b9.zip
gcc-b4c857789d27bdfd68a0e9aa6bfcfaff6b6674b9.tar.gz
gcc-b4c857789d27bdfd68a0e9aa6bfcfaff6b6674b9.tar.bz2
* configure.host: Enable the interpreter for mipsel-* and mips-*.
From-SVN: r115625
Diffstat (limited to 'libjava/configure.host')
-rw-r--r--libjava/configure.host3
1 files changed, 3 insertions, 0 deletions
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),