summaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-21 15:11:56 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-21 15:11:56 +0000
commit81e900f90a98e20be13581005c60e073cc6df057 (patch)
tree2e494b829b889dd7da83ae1de7cb28dd9ba66f13 /libjava/configure.host
parent023ebba2c2278bbc7147137ee8105f2ab15fb950 (diff)
downloadgcc-81e900f90a98e20be13581005c60e073cc6df057.tar.gz
1999-07-19 Andrew Haley <aph@cygnus.com>
* prims.cc (JvRunMain): Always initialize arithexception. (_Jv_divI): New function. (_Jv_remI): New function. (_Jv_divJ): New function. (_Jv_remI): New function. * include/jvm.h: Add these new functions. Makefile.am: add DIVIDESPEC. aclocal.m4: ditto. configure.host: set DIVIDESPEC. libgcj.spec.in: pass DIVIDESPEC to compiler. configure: rebuilt. Makefile.in: rebuilt. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@28211 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r--libjava/configure.host5
1 files changed, 4 insertions, 1 deletions
diff --git a/libjava/configure.host b/libjava/configure.host
index 61e722b5598..e5a4f2f63c8 100644
--- a/libjava/configure.host
+++ b/libjava/configure.host
@@ -43,14 +43,17 @@ AM_RUNTESTFLAGS=
echo "$target"
+DIVIDESPEC=-fuse-divide-subroutine
+
case "${host}" in
mips-tx39-*|mipstx39-unknown-*)
libgcj_flags="${libgcj_flags} -G 0"
LDFLAGS="$LDFLAGS -Tjmr3904dram.ld"
- AM_RUNTESTFLAGS="--target_board=jmr3904-sim"
+ AM_RUNTESTFLAGS="--target_board=jmr3904-sim"
;;
i686-*|i586-*)
libgcj_flags="${libgcj_flags} -ffloat-store"
+ DIVIDESPEC=-fno-use-divide-subroutine
;;
*)
;;