|
@@ -67,6 +67,15 @@ comment "C++ support broken in uClibc 0.9.31 with locale enabled with gcc 4.2"
|
|
|
BR2_TOOLCHAIN_BUILDROOT_LOCALE && \
|
|
|
BR2_UCLIBC_VERSION_0_9_31
|
|
|
|
|
|
+config BR2_TOOLCHAIN_BUILDROOT_USE_SSP
|
|
|
+ bool "Enable stack protection support"
|
|
|
+ help
|
|
|
+ Enable stack smashing protection support using GCCs
|
|
|
+ -fstack-protector[-all] option.
|
|
|
+
|
|
|
+ See http://www.linuxfromscratch.org/hints/downloads/files/ssp.txt
|
|
|
+ for details.
|
|
|
+
|
|
|
source "toolchain/elf2flt/Config.in"
|
|
|
source "toolchain/mklibs/Config.in"
|
|
|
source "toolchain/sstrip/Config.in"
|