X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-build.in;h=84371ae57ec37d18294bc287f0ee26345ad0231d;hb=400fb6cadc65746c57b01a8cdec63885f3c3db8c;hp=e2defaa9688c4f8aafbb109932c5573a5584115f;hpb=edb5d7511bd76a091b1f52d757520cc2e1762590;p=openwrt%2Fstaging%2Fluka.git diff --git a/config/Config-build.in b/config/Config-build.in index e2defaa968..84371ae57e 100644 --- a/config/Config-build.in +++ b/config/Config-build.in @@ -232,7 +232,7 @@ menu "Global build settings" config PKG_CC_STACKPROTECTOR_STRONG bool "Strong" select SSP_SUPPORT if !USE_MUSL - depends on GCC_VERSION_4_9_LINARO || GCC_VERSION_5 + depends on GCC_VERSION_5 depends on KERNEL_CC_STACKPROTECTOR_STRONG endchoice @@ -247,7 +247,7 @@ menu "Global build settings" config KERNEL_CC_STACKPROTECTOR_REGULAR bool "Regular" config KERNEL_CC_STACKPROTECTOR_STRONG - depends on GCC_VERSION_4_9_LINARO || GCC_VERSION_5 + depends on GCC_VERSION_5 bool "Strong" endchoice