From 400fb6cadc65746c57b01a8cdec63885f3c3db8c Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sun, 6 Sep 2015 10:07:03 +0000 Subject: gcc: remove version 4.9-linaro Signed-off-by: Felix Fietkau SVN-Revision: 46798 --- config/Config-build.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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 -- cgit v1.2.3