[sh4] Disable CC_STACKPROTECTOR_STRONG temporarily (fixes FTBFS)

This commit is contained in:
Ben Hutchings 2015-12-17 18:21:47 +00:00
parent ee4980cb32
commit 4e7c2dd4de
2 changed files with 9 additions and 0 deletions

1
debian/changelog vendored
View File

@ -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 <ben@decadent.org.uk> Thu, 17 Dec 2015 17:49:56 +0000

View File

@ -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
##