config: remove unused GCC_VERSION_4_8 config symbols

This commit is contained in:
CN_SZTL 2019-10-12 15:57:24 +08:00
parent 445483c096
commit 7b63b46a22
No known key found for this signature in database
GPG Key ID: 6850B6345C862176

View File

@ -219,7 +219,6 @@ menu "Global build settings"
config PKG_CC_STACKPROTECTOR_STRONG
bool "Strong"
select GCC_LIBSSP if !USE_MUSL
depends on !GCC_VERSION_4_8
depends on KERNEL_CC_STACKPROTECTOR_STRONG
endchoice
@ -234,7 +233,6 @@ menu "Global build settings"
config KERNEL_CC_STACKPROTECTOR_REGULAR
bool "Regular"
config KERNEL_CC_STACKPROTECTOR_STRONG
depends on !GCC_VERSION_4_8
bool "Strong"
endchoice