X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=config%2FConfig-build.in;fp=config%2FConfig-build.in;h=84371ae57ec37d18294bc287f0ee26345ad0231d;hb=e81b770211ed6b88ca70d3bc5bc1eb17c8a880a5;hp=e2defaa9688c4f8aafbb109932c5573a5584115f;hpb=82f63cb445381eae262a65d5332c982f8f86e1e0;p=openwrt%2Fsvn-archive%2Farchive.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