source "toolchain/binutils/Config.in"
source "toolchain/gcc/Config.in"
+source "toolchain/uClibc/Config.in"
config GDB
bool
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
Optimizations to use when building for the target host.
source "toolchain/gcc/Config.version"
+source "toolchain/uClibc/Config.version"