X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=config%2FConfig-build.in;h=6d81bef62df6f96b40f570c07a2ed9fc1ab0b9dc;hb=ba5a9aba5c2bcc22cf8f11c5c4aba2be644bb5ad;hp=23cf83bc4045f9163bda12210e65c72fe50e764e;hpb=941fc5e8c8fd48c31c97c9194d1bed786145f978;p=oweals%2Fopenwrt.git 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