summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authorpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-26 17:16:13 +0000
committerpavlov <pavlov@3c298f89-4303-0410-b956-a3cf2f4a3e73>2006-10-26 17:16:13 +0000
commit95423fe02ea223f9b60df776df795af33402a81c (patch)
tree19ef8485480206dff6b815af265b86a0b2c18902 /toolchain/Config.in
parent93b646c8f58b3e84b3b3db1ab73f2cad4a44a650 (diff)
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)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5302 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 7b0a0aaee..e89cdf634 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