gcc: remove version 4.9-linaro

Signed-off-by: Felix Fietkau <nbd@openwrt.org>

SVN-Revision: 46798
This commit is contained in:
Felix Fietkau
2015-09-06 10:07:03 +00:00
parent edb5d7511b
commit 400fb6cadc
37 changed files with 2 additions and 1306 deletions

View File

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