diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 1999-09-15 13:53:46 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 1999-09-15 13:53:46 +0000 |
commit | 04cabffc4ef605e2868dba5f19ad387f18aa72b4 (patch) | |
tree | 791babe4f9717ac17238ae99a9868e7212095d27 /gcc/config.in | |
parent | 0d1416c6a2d657fe2536cb64d9a2e0d77405828d (diff) | |
download | gcc-04cabffc4ef605e2868dba5f19ad387f18aa72b4.zip gcc-04cabffc4ef605e2868dba5f19ad387f18aa72b4.tar.gz gcc-04cabffc4ef605e2868dba5f19ad387f18aa72b4.tar.bz2 |
aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
* aclocal.m4 (AC_GCC_C_LONG_DOUBLE): New macro.
* configure.in (AC_GCC_C_LONG_DOUBLE): Call it.
* gansidecl.h (HAVE_LONG_DOUBLE): Define if gcc for stage2.
* ggc-simple.c (HAVE_LONG_DOUBLE): Test before using long double.
From-SVN: r29432
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index 5800a40..3bd7ffa 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -165,6 +165,9 @@ /* Define if you don't have vprintf but do have _doprnt. */ #undef HAVE_DOPRNT +/* Define if the `long double' type works. */ +#undef HAVE_LONG_DOUBLE + /* Define if you have a working `mmap' system call. */ #undef HAVE_MMAP |