summaryrefslogtreecommitdiff
path: root/toolchain/Config.in.2
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/Config.in.2')
-rw-r--r--toolchain/Config.in.29
1 files changed, 9 insertions, 0 deletions
diff --git a/toolchain/Config.in.2 b/toolchain/Config.in.2
index a63e1141d..e9fe8521c 100644
--- a/toolchain/Config.in.2
+++ b/toolchain/Config.in.2
@@ -85,6 +85,15 @@ config BR2_SOFT_FLOAT
Most people will answer N.
+config BR2_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.
+
choice
prompt "Thread library implementation"
default BR2_PTHREADS_OLD