aboutsummaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authorAndrew Haley <aph@redhat.com>2006-04-10 16:01:23 +0000
committerAndrew Haley <aph@gcc.gnu.org>2006-04-10 16:01:23 +0000
commite92857a103ce0e0aa100d8509deffba228f4fe17 (patch)
treeceb6cf249c4fac7a7b32abb737226b2b16b10c91 /libjava/configure.host
parent1f3d30ed897c623686239ceb96f21b727974807e (diff)
downloadgcc-e92857a103ce0e0aa100d8509deffba228f4fe17.zip
gcc-e92857a103ce0e0aa100d8509deffba228f4fe17.tar.gz
gcc-e92857a103ce0e0aa100d8509deffba228f4fe17.tar.bz2
x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New.
2006-04-10 Andrew Haley <aph@redhat.com> * include/x86_64-signal.h (HANDLE_DIVIDE_OVERFLOW): New. (SIGNAL_HANDLER): Mark arg as unused. * configure.host (x86_64-* DIVIDESPEC): Use fno-use-divide-subroutine. From-SVN: r112827
Diffstat (limited to 'libjava/configure.host')
-rw-r--r--libjava/configure.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/libjava/configure.host b/libjava/configure.host
index 108f3a2..e213072 100644
--- a/libjava/configure.host
+++ b/libjava/configure.host
@@ -115,7 +115,7 @@ case "${host}" in
libgcj_flags="${libgcj_flags} -fomit-frame-pointer"
libgcj_cxxflags=
libgcj_cflags=
- DIVIDESPEC=-f%{m32:no-}use-divide-subroutine
+ DIVIDESPEC=-fno-use-divide-subroutine
enable_hash_synchronization_default=yes
slow_pthread_self=yes
libgcj_interpreter=yes