OSDN Git Service

* src/mips/o32.S (ffi_call_O32, ffi_closure_O32): Use jalr instead
[pf3gnuchains/gcc-fork.git] / libjava / configure.host
index d008df1..437566a 100644 (file)
@@ -138,6 +138,7 @@ case "${host}" in
   s390*-*)
        sysdeps_dir=s390
        libgcj_interpreter=yes
+       DIVIDESPEC=-fno-use-divide-subroutine
        enable_hash_synchronization_default=yes
        ;;
   sparc*-*)
@@ -169,6 +170,7 @@ case "${host}" in
   sparc*-linux* | \
   ia64-* | \
   x86_64*-linux* | \
+  hppa*-linux* | \
   sh-linux* | sh[34]*-linux*)
        can_unwind_signal=yes
        if test x$slow_pthread_self = xyes \
@@ -224,7 +226,9 @@ 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
            mipsel*-linux* | mipsisa32el*-linux*)
                enable_hash_synchronization_default=yes
@@ -233,7 +237,7 @@ EOF
        esac
        ;;
   powerpc*-*-darwin*)
-       enable_hash_synchronization_default=no
+       enable_hash_synchronization_default=yes
        slow_pthread_self=
        can_unwind_signal=yes
        ;;