mirror of git://gcc.gnu.org/git/gcc.git
* configure.host: Enable the interpreter for mipsel-* and mips-*.
From-SVN: r115625
This commit is contained in:
parent
e0b103c659
commit
b4c857789d
|
@ -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>
|
2006-07-20 David Daney <ddaney@avtrex.com>
|
||||||
|
|
||||||
* include/mips-signal.h: Update copyright.
|
* include/mips-signal.h: Update copyright.
|
||||||
|
|
|
@ -90,6 +90,9 @@ case "${host}" in
|
||||||
enable_java_net_default=no
|
enable_java_net_default=no
|
||||||
enable_getenv_properties_default=no
|
enable_getenv_properties_default=no
|
||||||
;;
|
;;
|
||||||
|
mipsel-*|mips-*)
|
||||||
|
libgcj_interpreter=yes
|
||||||
|
;;
|
||||||
i686-*|i586-*|i486-*|i386-*)
|
i686-*|i586-*|i486-*|i386-*)
|
||||||
sysdeps_dir=i386
|
sysdeps_dir=i386
|
||||||
# With -fomit-frame-pointer -maccumulate-outgoing-args (implied),
|
# With -fomit-frame-pointer -maccumulate-outgoing-args (implied),
|
||||||
|
|
Loading…
Reference in New Issue