From: Steven Barth Date: Tue, 18 Aug 2015 09:20:34 +0000 (+0000) Subject: enable strong SSP / Stackprotector on gcc5 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;ds=sidebyside;h=2f8c263b0ddf50b42df8d362b71e7bac9b9b8096;hp=d37790d9c2ac2701d76cfe6e1450bfa0f69db3df;p=openwrt-github%2F.git enable strong SSP / Stackprotector on gcc5 Signed-off-by: Dirk Neukirchen git-svn-id: svn://svn.openwrt.org/openwrt/trunk@46685 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/config/Config-build.in b/config/Config-build.in index f2d292e453..e2defaa968 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 + depends on GCC_VERSION_4_9_LINARO || 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 + depends on GCC_VERSION_4_9_LINARO || GCC_VERSION_5 bool "Strong" endchoice