Replace it with !GCC_VERSION_4_8 to be more future compatible
Signed-off-by: Felix Fietkau <nbd@nbd.name>
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
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
depends on arc
config GCC_USE_VERSION_5
- select GCC_VERSION_5
bool "gcc 5.x"
depends on !arc
config GCC_VERSION_4_8
bool
default y if GCC_VERSION_4_8_ARC
-
-config GCC_VERSION_5
- default y if (!TOOLCHAINOPTS && !arc)
- bool