aboutsummaryrefslogtreecommitdiffstats
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
commit51c3caa5649429ce9731605df97faf12eec24a90 (patch)
tree44bfe67b3a8d2a78d9a72f903b31fc746c8c0a48 /config
parent09afa7b9e5a5655af074e370061516047bae8434 (diff)
downloadmaster-187ad058-51c3caa5649429ce9731605df97faf12eec24a90.tar.gz
master-187ad058-51c3caa5649429ce9731605df97faf12eec24a90.tar.bz2
master-187ad058-51c3caa5649429ce9731605df97faf12eec24a90.zip
gcc: remove version 4.9-linaro
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46798 3c298f89-4303-0410-b956-a3cf2f4a3e73
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