X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=toolchain%2FConfig.in;h=e89cdf6345b2b56d728788e92aba64ce0711c908;hb=07b35a464089fddded7f4183b3721df6c70a6fd2;hp=b5258ddce9892efd68d4b77ec4b9ea42dcc16b82;hpb=0d8cff5328a6b4bd1de015af20eb51dc940af9df;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