diff options
author | Ben Elliston <bje@gcc.gnu.org> | 2005-12-21 11:43:21 +1100 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2005-12-21 11:43:21 +1100 |
commit | 486aa8045ca57e1b66a8435d96d55c78c7e35c90 (patch) | |
tree | 3b2a27c987431a6e8487205fbf8b950929bf9b32 /gcc/config.in | |
parent | f8d64c79c207e23e602e2077adaf50db18e46b38 (diff) | |
download | gcc-486aa8045ca57e1b66a8435d96d55c78c7e35c90.zip gcc-486aa8045ca57e1b66a8435d96d55c78c7e35c90.tar.gz gcc-486aa8045ca57e1b66a8435d96d55c78c7e35c90.tar.bz2 |
configure.ac: Enable C extension for decimal float if invoked with --enable-decimal-float.
* configure.ac: Enable C extension for decimal float if invoked
with --enable-decimal-float.
* doc/install.texi (Configuration): Document it.
* configure, config.in: Regenerate.
From-SVN: r108887
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gcc/config.in b/gcc/config.in index d91891f..bb262d8 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -46,6 +46,12 @@ #endif +/* Define to 1 to enable decimal float extension to C. */ +#ifndef USED_FOR_TARGET +#undef ENABLE_DECIMAL_FLOAT +#endif + + /* Define if you want fold checked that it never destructs its argument. This is quite expensive. */ #ifndef USED_FOR_TARGET |