diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-22 07:27:22 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2009-04-22 07:27:22 +0000 |
commit | 503ab93cfe0f20976435f62e46b37afae6d8cdab (patch) | |
tree | 0ecd7c9fe1c1223174e8f8815083759f2fa654c6 /toolchain/Config.in.2 | |
parent | 3b712a3d891bf23055a587fc518f7cd2139a6a09 (diff) |
toolchain: add BR2_USE_SSP option for stack protection support
Using the support in uClibc.
Diffstat (limited to 'toolchain/Config.in.2')
-rw-r--r-- | toolchain/Config.in.2 | 9 |
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 |