aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorTim Yardley <lst@openwrt.org>2006-10-26 17:16:13 +0000
committerTim Yardley <lst@openwrt.org>2006-10-26 17:16:13 +0000
commit3e84e18a27638fa22829c3c1476609e88f887e4e (patch)
tree22486f982efc607a0b944ffd527538b9678cf008 /toolchain/Config.in
parentdff0c520317c92caf6e3f65df6752dcd5ec6907c (diff)
downloadupstream-3e84e18a27638fa22829c3c1476609e88f887e4e.tar.gz
upstream-3e84e18a27638fa22829c3c1476609e88f887e4e.tar.bz2
upstream-3e84e18a27638fa22829c3c1476609e88f887e4e.zip
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
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in9
1 files changed, 8 insertions, 1 deletions
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