[LEDE-DEV] [RFC 7/8] config: add gcc 6 info to build rule

Felix Fietkau nbd at nbd.name
Thu Jul 14 03:55:50 PDT 2016


On 2016-07-13 15:57, Syrone Wong wrote:
> 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)
Replaced the dependencies with !GCC_VERSION_4_8 instead.

- Felix




More information about the Lede-dev mailing list