summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@nbd.name>2016-07-14 12:08:03 +0200
committerFelix Fietkau <nbd@nbd.name>2016-07-15 14:17:40 +0200
commita4e90e2cac9d0afb41842b8a197b3acee903b9ad (patch)
tree0bb8ce60a02abf4b8cd79b2bfec48aef7334c851 /config
parente031940570e9f0cf0eadd8a17232e3bb487e97db (diff)
downloadmaster-31e0f0ae-a4e90e2cac9d0afb41842b8a197b3acee903b9ad.tar.gz
master-31e0f0ae-a4e90e2cac9d0afb41842b8a197b3acee903b9ad.tar.bz2
master-31e0f0ae-a4e90e2cac9d0afb41842b8a197b3acee903b9ad.zip
toolchain: get rid of GCC_VERSION_5 config symbol
Replace it with !GCC_VERSION_4_8 to be more future compatible Signed-off-by: Felix Fietkau <nbd@nbd.name>
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 23cf83bc40..6d81bef62d 100644
--- a/config/Config-build.in
+++ b/config/Config-build.in
@@ -236,7 +236,7 @@ menu "Global build settings"
config PKG_CC_STACKPROTECTOR_STRONG
bool "Strong"
select SSP_SUPPORT if !USE_MUSL
- depends on GCC_VERSION_5
+ depends on !GCC_VERSION_4_8
depends on KERNEL_CC_STACKPROTECTOR_STRONG
endchoice
@@ -251,7 +251,7 @@ menu "Global build settings"
config KERNEL_CC_STACKPROTECTOR_REGULAR
bool "Regular"
config KERNEL_CC_STACKPROTECTOR_STRONG
- depends on GCC_VERSION_5
+ depends on !GCC_VERSION_4_8
bool "Strong"
endchoice