On 2016-07-13 15:57, Syrone Wong wrote:
> Signed-off-by: Syrone Wong <wong.syr...@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


_______________________________________________
Lede-dev mailing list
Lede-dev@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/lede-dev

Reply via email to