X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/ff57652cf6b0f7a2f7e6f99a3293fbac1d0b6c5d..4a605b0d93c7e0b7c5d513eb031db984f98df9a2:/toolchain/Config.in diff --git a/toolchain/Config.in b/toolchain/Config.in index 64e4372b1..7fa32566d 100644 --- a/toolchain/Config.in +++ b/toolchain/Config.in @@ -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"