diff options
author | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-23 16:16:46 +0000 |
---|---|---|
committer | tromey <tromey@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-23 16:16:46 +0000 |
commit | 9f20a11114ea77cc45ed4ceb31f1c40773993607 (patch) | |
tree | d713e7dd3bc6e464399dbcfe60b52b0d6999e00a /libjava/configure.host | |
parent | 6b6a0e560cf3151497da4593a99cd4dafb921243 (diff) | |
download | gcc-9f20a11114ea77cc45ed4ceb31f1c40773993607.tar.gz |
reverted erroneous checkin
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@51235 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 46cb037817d..8c48e82a307 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -76,14 +76,7 @@ case "${host}" in libgcj_interpreter=yes libgcj_cxxflags="-D__NO_MATH_INLINES" libgcj_cflags="-D__NO_MATH_INLINES" - case "${host}" in - i?86-*-solaris2*) - # Keep default. - ;; - *) - DIVIDESPEC=-fno-use-divide-subroutine - ;; - esac + DIVIDESPEC=-fno-use-divide-subroutine enable_hash_synchronization_default=yes slow_pthread_self=yes ;; |