unconditionally enable c99 math support in uclibc - many packages need it
[openwrt/svn-archive/archive.git] / toolchain / Config.in
index 64e4372b111db7767829403f1c19d20e748de5e8..ed5a939787f2f7c1e5194449f38177ce29dc6844 100644 (file)
@@ -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