[LEDE-DEV] [RFC 7/8] config: add gcc 6 info to build rule
Syrone Wong
wong.syrone at gmail.com
Wed Jul 13 06:57:07 PDT 2016
Signed-off-by: Syrone Wong <wong.syrone at gmail.com>
---
config/Config-build.in | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config/Config-build.in b/config/Config-build.in
index 23cf83b..7a70862 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_5 || GCC_VERSION_6)
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_5 || GCC_VERSION_6)
bool "Strong"
endchoice
--
2.9.0
More information about the Lede-dev
mailing list