diff options
author | Anthony Green <green@gcc.gnu.org> | 2000-01-22 21:15:58 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2000-01-22 21:15:58 +0000 |
commit | 7bee4c4c0d8fd417b04b7cc01f2fd00491fd0a32 (patch) | |
tree | e0328abef61471b26aa18eeb003790121af2a0bc /libjava/include | |
parent | 7bea4e7a3a87fb27f25c396ad68b080db69bf74a (diff) | |
download | gcc-7bee4c4c0d8fd417b04b7cc01f2fd00491fd0a32.zip gcc-7bee4c4c0d8fd417b04b7cc01f2fd00491fd0a32.tar.gz gcc-7bee4c4c0d8fd417b04b7cc01f2fd00491fd0a32.tar.bz2 |
config.h.in: Rebuilt.
* include/config.h.in: Rebuilt.
* acconfig.h: Add undef for __NO_MATH_INLINES.
* configure: Rebuilt.
* configure.in: Add test for `g++ -O2 -ffloat-store' bug.
From-SVN: r31566
Diffstat (limited to 'libjava/include')
-rw-r--r-- | libjava/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libjava/include/config.h.in b/libjava/include/config.h.in index 5265fc2..de92685 100644 --- a/libjava/include/config.h.in +++ b/libjava/include/config.h.in @@ -149,6 +149,9 @@ /* Define if libltdl is in use. */ #undef USE_LTDL +/* Define if g++ has a bug preventing us from inlining math routines. */ +#undef __NO_MATH_INLINES + /* Define if you have the access function. */ #undef HAVE_ACCESS |