diff options
author | Felix Fietkau <nbd@openwrt.org> | 2007-12-29 18:07:56 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2007-12-29 18:07:56 +0000 |
commit | 11db200b57c6e7ea3c0775994b31b81225f3db5f (patch) | |
tree | e64e1fb9535faa2da818efe85e35ab53f14fe1c1 /toolchain/Config.in | |
parent | 2507ae7b97a50f062ce559789713a587e7df177c (diff) | |
download | upstream-11db200b57c6e7ea3c0775994b31b81225f3db5f.tar.gz upstream-11db200b57c6e7ea3c0775994b31b81225f3db5f.tar.bz2 upstream-11db200b57c6e7ea3c0775994b31b81225f3db5f.zip |
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.in | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/Config.in b/toolchain/Config.in index 64e4372b11..ed5a939787 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 |