diff --git a/debian/changelog b/debian/changelog index 5a90043a2..1cb86c861 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ linux (4.3.3-2) UNRELEASED; urgency=medium * [armhf,sparc64] Force ZONE_DMA to be enabled, reversing ABI change in 4.3.3 (fixes FTBFS) + * [sh4] Disable CC_STACKPROTECTOR_STRONG temporarily (fixes FTBFS) -- Ben Hutchings Thu, 17 Dec 2015 17:49:56 +0000 diff --git a/debian/config/sh4/config b/debian/config/sh4/config index b748bae8a..b11a72169 100644 --- a/debian/config/sh4/config +++ b/debian/config/sh4/config @@ -1,3 +1,11 @@ +## +## file: arch/Kconfig +## +## choice: Stack Protector buffer overflow detection +CONFIG_CC_STACKPROTECTOR_REGULAR=y +# CONFIG_CC_STACKPROTECTOR_STRONG is not set +## end choice + ## ## file: arch/sh/Kconfig ##