summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSteven Barth <cyrus@openwrt.org>2015-08-18 09:20:34 +0000
committerSteven Barth <cyrus@openwrt.org>2015-08-18 09:20:34 +0000
commited537260727318738ba5820e288d33c6fc52d9f2 (patch)
tree9f82f11cee4c1d47be7f93970796e331f05c4c6c /config
parenta6dc587cf6c030dd211b598d3929b0e1bd46b404 (diff)
downloadmaster-31e0f0ae-ed537260727318738ba5820e288d33c6fc52d9f2.tar.gz
master-31e0f0ae-ed537260727318738ba5820e288d33c6fc52d9f2.tar.bz2
master-31e0f0ae-ed537260727318738ba5820e288d33c6fc52d9f2.zip
enable strong SSP / Stackprotector on gcc5
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de> SVN-Revision: 46685
Diffstat (limited to 'config')
-rw-r--r--config/Config-build.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/Config-build.in b/config/Config-build.in
index f2d292e453..e2defaa968 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -232,7 +232,7 @@ menu "Global build settings"
config PKG_CC_STACKPROTECTOR_STRONG
bool "Strong"
select SSP_SUPPORT if !USE_MUSL
- depends on GCC_VERSION_4_9_LINARO
+ depends on GCC_VERSION_4_9_LINARO || GCC_VERSION_5
depends on KERNEL_CC_STACKPROTECTOR_STRONG
endchoice
@@ -247,7 +247,7 @@ menu "Global build settings"
config KERNEL_CC_STACKPROTECTOR_REGULAR
bool "Regular"
config KERNEL_CC_STACKPROTECTOR_STRONG
- depends on GCC_VERSION_4_9_LINARO
+ depends on GCC_VERSION_4_9_LINARO || GCC_VERSION_5
bool "Strong"
endchoice