summaryrefslogtreecommitdiff
path: root/libjava/configure.host
diff options
context:
space:
mode:
authoraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-10 16:01:23 +0000
committeraph <aph@138bc75d-0d04-0410-961f-82ee72b054a4>2006-04-10 16:01:23 +0000
commit70f661cc0a35e91f85eff27d0618dcfec06bdfe3 (patch)
treeceb6cf249c4fac7a7b32abb737226b2b16b10c91 /libjava/configure.host
parentd7bbae2addd181bba6e51c3b0cef5a9728f5bb1a (diff)
downloadgcc-70f661cc0a35e91f85eff27d0618dcfec06bdfe3.tar.gz
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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@112827 138bc75d-0d04-0410-961f-82ee72b054a4
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 108f3a2c01f..e21307258f4 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