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 | 1c7b8267085f8a5d26eb52461aac694f68ee9582 (patch) | |
tree | c95f64b81aa23d10b1e62ad374ec4b66dd574469 /toolchain/Config.in | |
parent | 6f05ca9b2a584d2f11ac1badd4cd77c07a6e49c2 (diff) | |
download | upstream-1c7b8267085f8a5d26eb52461aac694f68ee9582.tar.gz upstream-1c7b8267085f8a5d26eb52461aac694f68ee9582.tar.bz2 upstream-1c7b8267085f8a5d26eb52461aac694f68ee9582.zip |
unconditionally enable c99 math support in uclibc - many packages need it
SVN-Revision: 10024
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 |