From 3e84e18a27638fa22829c3c1476609e88f887e4e Mon Sep 17 00:00:00 2001 From: Tim Yardley Date: Thu, 26 Oct 2006 17:16:13 +0000 Subject: add a configuration option to enable full c99 math in libm. this is needed for functions like floorf (which happens to be used in postgresql server as an example) SVN-Revision: 5302 --- toolchain/Config.in | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'toolchain/Config.in') diff --git a/toolchain/Config.in b/toolchain/Config.in index 7b0a0aaeee..e89cdf6345 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -26,7 +26,14 @@ config LARGEFILE depends on !cris default y help - Enable large file (files > 2 GB) support + Enable large file (files > 2 GB) support + +config C99_MATH + bool + prompt "Enable full C99 math support?" if TOOLCHAINOPTS + default n + help + Enable if you need full C99 math in libm config SOFT_FLOAT bool -- cgit v1.2.3