Commit b4c85778 by David Daney Committed by David Daney

* configure.host: Enable the interpreter for mipsel-* and mips-*.

From-SVN: r115625
parent e0b103c6
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.
......
......@@ -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),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment