diff options
author | Tom Tromey <tromey@gcc.gnu.org> | 2002-03-23 16:16:46 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2002-03-23 16:16:46 +0000 |
commit | c677cd7f47af8d4c2ebc387e4a1d49321bb660a6 (patch) | |
tree | d713e7dd3bc6e464399dbcfe60b52b0d6999e00a /libjava/configure.host | |
parent | f5c5a4e915e5344ee92ed23a07db1033e1144914 (diff) | |
download | gcc-c677cd7f47af8d4c2ebc387e4a1d49321bb660a6.tar.gz |
reverted erroneous checkin
From-SVN: r51235
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 ;; |