From e38498a20ed7b679f33c943387620e7d7b57bbc4 Mon Sep 17 00:00:00 2001 From: bje Date: Wed, 21 Dec 2005 00:43:21 +0000 Subject: * configure.ac: Enable C extension for decimal float if invoked with --enable-decimal-float. * doc/install.texi (Configuration): Document it. * configure, config.in: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@108887 138bc75d-0d04-0410-961f-82ee72b054a4 --- 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 d91891f0709..bb262d8c260 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.2.1