*sigh* :P
[openwrt/svn-archive/archive.git] / toolchain / Config.in
index 64e4372b111db7767829403f1c19d20e748de5e8..7fa32566d65b9e3df6bbd5f1d7c00a71efecba89 100644 (file)
@@ -12,6 +12,7 @@ menuconfig TOOLCHAINOPTS
 
 source "toolchain/binutils/Config.in"
 source "toolchain/gcc/Config.in"
+source "toolchain/uClibc/Config.in"
 
 config GDB
        bool
@@ -27,12 +28,12 @@ config LARGEFILE
        help
                Enable large file (files > 2 GB) support
 
-config C99_MATH
+config SHADOW_PASSWORDS
        bool
-       prompt "Enable full C99 math support?" if TOOLCHAINOPTS
-       default n
+       prompt "Enable shadow password support?" if TOOLCHAINOPTS
+       default y
        help
-               Enable if you need full C99 math in libm
+               Enable shadow password support.
 
 config SOFT_FLOAT
        bool
@@ -60,3 +61,4 @@ config TARGET_OPTIMIZATION
          Optimizations to use when building for the target host.
 
 source "toolchain/gcc/Config.version"
+source "toolchain/uClibc/Config.version"