X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2FConfig.in;h=e89cdf6345b2b56d728788e92aba64ce0711c908;hb=3b6c388d0259994a0de64af5fa4817639c8818e2;hp=b5258ddce9892efd68d4b77ec4b9ea42dcc16b82;hpb=20f30a63469d4bc8be940376bda17c8d68edbc12;p=openwrt-10.03%2F.git diff --git a/toolchain/Config.in b/toolchain/Config.in index b5258ddce..e89cdf634 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -20,20 +20,20 @@ config GDB help Enable if you want to build the gdb -config ENABLE_MULTILIB - bool - prompt "Enable multilib support?" if TOOLCHAINOPTS - default n - help - If you want multilib enabled, enable this... - config LARGEFILE bool prompt "Enable large file (files > 2 GB) support?" if TOOLCHAINOPTS 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