diff options
author | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-10 18:50:47 +0000 |
---|---|---|
committer | mkoch <mkoch@138bc75d-0d04-0410-961f-82ee72b054a4> | 2003-09-10 18:50:47 +0000 |
commit | 5732ea94e04f0a876241880220eb6cbfb08bae84 (patch) | |
tree | f4ea0afaf7228bb1467d03563c0f5d60f5ed6602 /libjava/configure.host | |
parent | 8008d68eb9905c5034e4e6f6c9a3574748b9b3ea (diff) | |
download | gcc-5732ea94e04f0a876241880220eb6cbfb08bae84.tar.gz |
2003-09-10 Michael Koch <konqueror@gmx.de>
* acconfig.h (__NO_MATH_INLINES): Removed.
* configure.in: Removed check for g++ math inlining bug from 2000.
* configure.host: Removed -D__NO_MATH_INLINES in libgcj_cflags and
libgcj_cxxflags.
* configure: Regenerated.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@71276 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/configure.host')
-rw-r--r-- | libjava/configure.host | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libjava/configure.host b/libjava/configure.host index 6db9cd3216c..d6935c38e55 100644 --- a/libjava/configure.host +++ b/libjava/configure.host @@ -89,8 +89,8 @@ case "${host}" in sysdeps_dir=i386 libgcj_flags="${libgcj_flags} -ffloat-store" libgcj_interpreter=yes - libgcj_cxxflags="-D__NO_MATH_INLINES" - libgcj_cflags="-D__NO_MATH_INLINES" + libgcj_cxxflags= + libgcj_cflags= DIVIDESPEC=-fno-use-divide-subroutine enable_hash_synchronization_default=yes slow_pthread_self=yes @@ -99,8 +99,8 @@ case "${host}" in CHECKREFSPEC="%{m32:-fcheck-references}" sysdeps_dir=x86-64 libgcj_flags="${libgcj_flags} -ffloat-store -fno-omit-frame-pointer" - libgcj_cxxflags="-D__NO_MATH_INLINES" - libgcj_cflags="-D__NO_MATH_INLINES" + libgcj_cxxflags= + libgcj_cflags= enable_hash_synchronization_default=yes slow_pthread_self=yes libgcj_interpreter=yes |