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:
Anthony Green 2000-03-05 08:32:51 +00:00 committed by Anthony Green
parent da1ee10da1
commit aa1e467f34
2 changed files with 6 additions and 1 deletions

View File

@ -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.

View File

@ -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
;;