summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-06-17 13:13:48 +0000
committerSteven Barth <cyrus@openwrt.org>2015-06-17 13:13:48 +0000
commit19810a5145bcb9d9520df76abacf41adb195d54d (patch)
tree25870ec440b4f418f9278b45e8fb1e665b526489 /toolchain/gcc
parent6585c532bd958545bd6c53669264a60be9bd1bdf (diff)
downloadmaster-31e0f0ae-19810a5145bcb9d9520df76abacf41adb195d54d.tar.gz
master-31e0f0ae-19810a5145bcb9d9520df76abacf41adb195d54d.tar.bz2
master-31e0f0ae-19810a5145bcb9d9520df76abacf41adb195d54d.zip
hardening: enable regular SSP support by default
Signed-off-by: Steven Barth <steven@midlink.org> SVN-Revision: 46020
Diffstat (limited to 'toolchain/gcc')
-rw-r--r--toolchain/gcc/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.in b/toolchain/gcc/Config.in
index d8141815fb..274b97c9b8 100644
--- a/toolchain/gcc/Config.in
+++ b/toolchain/gcc/Config.in
@@ -41,7 +41,7 @@ config EXTRA_GCC_CONFIG_OPTIONS
config SSP_SUPPORT
bool
prompt "Enable Stack-Smashing Protection support" if TOOLCHAINOPTS
- default n
+ default y
help
Enable Stack-Smashing Protection support