From 7b63b46a226032a30f8e02d64e303de25865dac1 Mon Sep 17 00:00:00 2001 From: CN_SZTL Date: Sat, 12 Oct 2019 15:57:24 +0800 Subject: [PATCH] config: remove unused GCC_VERSION_4_8 config symbols --- config/Config-build.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/config/Config-build.in b/config/Config-build.in index 206b1aeb35..7692213433 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -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