From 19810a5145bcb9d9520df76abacf41adb195d54d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 17 Jun 2015 13:13:48 +0000 Subject: hardening: enable regular SSP support by default Signed-off-by: Steven Barth SVN-Revision: 46020 --- toolchain/gcc/Config.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain/gcc') 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 -- cgit v1.2.3