* configure.host: Enable the interpreter for mipsel-* and mips-*.
From-SVN: r115625
This commit is contained in:
parent
e0b103c659
commit
b4c857789d
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -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),
|
||||
|
|
Loading…
Add table
Reference in a new issue