summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libjava/ChangeLog4
-rw-r--r--libjava/configure.host3
2 files changed, 7 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index cd75bf4f7ac..1b3be0d4117 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,5 +1,9 @@
2006-07-20 David Daney <ddaney@avtrex.com>
+ * configure.host: Enable the interpreter for mipsel-* and mips-*.
+
+2006-07-20 David Daney <ddaney@avtrex.com>
+
* include/mips-signal.h: Update copyright.
(struct kernel_sigaction): Removed.
(SIGNAL_HANDLER): Changed prototype.
diff --git a/libjava/configure.host b/libjava/configure.host
index c2d9ce1f9ec..6aa969cbdf0 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),