summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-09-06 10:07:03 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-09-06 10:07:03 +0000
commit400fb6cadc65746c57b01a8cdec63885f3c3db8c (patch)
tree9b1bacdcac0d45dc4bd6be9df8f43cfe6ffe24c2 /config
parentedb5d7511bd76a091b1f52d757520cc2e1762590 (diff)
downloadmaster-31e0f0ae-400fb6cadc65746c57b01a8cdec63885f3c3db8c.tar.gz
master-31e0f0ae-400fb6cadc65746c57b01a8cdec63885f3c3db8c.tar.bz2
master-31e0f0ae-400fb6cadc65746c57b01a8cdec63885f3c3db8c.zip
gcc: remove version 4.9-linaro
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 46798
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 e2defaa968..84371ae57e 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 || GCC_VERSION_5
+ depends on 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 || GCC_VERSION_5
+ depends on GCC_VERSION_5
bool "Strong"
endchoice