diff options
author | Timo Teräs <timo.teras@iki.fi> | 2016-11-24 16:15:53 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2016-11-24 16:16:13 +0200 |
commit | 5a4d9751ce0fe2df94ad4ba9008d56635f00b3f9 (patch) | |
tree | 8403b3b5d8b7da6b3e044d359d3bc4ff88a47ca0 /main/linux-rpi/config-rpi2.armhf | |
parent | e2e363b34a1e410382f94126394735417ee899cc (diff) | |
download | aports-5a4d9751ce0fe2df94ad4ba9008d56635f00b3f9.tar.bz2 aports-5a4d9751ce0fe2df94ad4ba9008d56635f00b3f9.tar.xz |
main/linux-rpi: add -fno-pie, enable stack-protector
Diffstat (limited to 'main/linux-rpi/config-rpi2.armhf')
-rw-r--r-- | main/linux-rpi/config-rpi2.armhf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/main/linux-rpi/config-rpi2.armhf b/main/linux-rpi/config-rpi2.armhf index 214309d671..802a41b5b4 100644 --- a/main/linux-rpi/config-rpi2.armhf +++ b/main/linux-rpi/config-rpi2.armhf @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# Linux/arm 4.4.32 Kernel Configuration +# Linux/arm 4.4.34 Kernel Configuration # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -227,10 +227,10 @@ CONFIG_ARCH_WANT_IPC_PARSE_VERSION=y CONFIG_HAVE_ARCH_SECCOMP_FILTER=y CONFIG_SECCOMP_FILTER=y CONFIG_HAVE_CC_STACKPROTECTOR=y -# CONFIG_CC_STACKPROTECTOR is not set -CONFIG_CC_STACKPROTECTOR_NONE=y +CONFIG_CC_STACKPROTECTOR=y +# CONFIG_CC_STACKPROTECTOR_NONE is not set # CONFIG_CC_STACKPROTECTOR_REGULAR is not set -# CONFIG_CC_STACKPROTECTOR_STRONG is not set +CONFIG_CC_STACKPROTECTOR_STRONG=y CONFIG_HAVE_CONTEXT_TRACKING=y CONFIG_HAVE_VIRT_CPU_ACCOUNTING_GEN=y CONFIG_HAVE_IRQ_TIME_ACCOUNTING=y |