From 486aa8045ca57e1b66a8435d96d55c78c7e35c90 Mon Sep 17 00:00:00 2001 From: Ben Elliston Date: Wed, 21 Dec 2005 11:43:21 +1100 Subject: 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 --- gcc/config.in | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'gcc/config.in') 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 -- cgit v1.1