summaryrefslogtreecommitdiffstats
path: root/toolchain/Config.in
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-29 18:07:56 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2007-12-29 18:07:56 +0000
commit30808fcb9392af24cf19ef7b04964c095e438d65 (patch)
treee64e1fb9535faa2da818efe85e35ab53f14fe1c1 /toolchain/Config.in
parentac092505791700de98c0a194bc1a5c9427cadd40 (diff)
unconditionally enable c99 math support in uclibc - many packages need it
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@10024 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/Config.in')
-rw-r--r--toolchain/Config.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in
index 64e4372b1..ed5a93978 100644
--- a/toolchain/Config.in
+++ b/toolchain/Config.in
@@ -27,13 +27,6 @@ config LARGEFILE
help
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
prompt "Use software floating point by default" if TOOLCHAINOPTS