diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-23 23:18:14 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-11-23 23:18:14 +0000 |
commit | ae21cabb6d56d24385469959a35d824e26ae3dfe (patch) | |
tree | fba87be73c98fcc7d83be854651a4a5f78133f12 /libjava/configure.host | |
parent | e9de4a6bf905a0723259af3e5463e3555349bf7d (diff) | |
download | gcc-ae21cabb6d56d24385469959a35d824e26ae3dfe.tar.gz |
* src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
of jal. Use an absolute encoding for the frame information.
* configure.host: Enable the interpreter for mips*-*-linux*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@91116 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index cbecf04106e..437566a3079 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -226,6 +226,7 @@ EOF mips*-*-linux* ) sysdeps_dir=mips can_unwind_signal=yes + libgcj_interpreter=yes libgcj_flags="${libgcj_flags} -mxgot" DIVIDESPEC=-fno-use-divide-subroutine case "${host}" in |