mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 10:50:51 +08:00
re GNATS gcj/151 (strange result on Math.sin(1e50))
* configure.host (libgcj_flags): Define __NO_MATH_INLINES. See PR gcj/151. From-SVN: r32337
This commit is contained in:
parent
da1ee10da1
commit
aa1e467f34
@ -1,3 +1,8 @@
|
||||
2000-03-04 Anthony Green <green@redhat.com>
|
||||
|
||||
* configure.host (libgcj_flags): Define __NO_MATH_INLINES.
|
||||
See PR gcj/151.
|
||||
|
||||
2000-03-04 Anthony Green <green@redhat.com>
|
||||
|
||||
* configure: Rebuilt.
|
||||
|
@ -58,7 +58,7 @@ case "${host}" in
|
||||
enable_getenv_properties_default=no
|
||||
;;
|
||||
i686-*|i586-*|i486-*|i386-*)
|
||||
libgcj_flags="${libgcj_flags} -ffloat-store"
|
||||
libgcj_flags="${libgcj_flags} -ffloat-store -D__NO_MATH_INLINES"
|
||||
libgcj_interpreter=yes
|
||||
DIVIDESPEC=-fno-use-divide-subroutine
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user