[OpenWrt-Devel] [PATCH] toolchain: Don't force GCC8 on ARC

Christian Lamparter chunkeey at gmail.com
Sat Jun 22 10:37:11 EDT 2019


On Thursday, June 20, 2019 9:33:04 PM CEST Rosen Penev wrote:
> This prevents overriding it to use GCC9.
> 
> Signed-off-by: Rosen Penev <rosenp at gmail.com>
> ---
>  toolchain/gcc/Config.version | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version
> index ef9bbb82e2..e635244827 100644
> --- a/toolchain/gcc/Config.version
> +++ b/toolchain/gcc/Config.version
> @@ -4,7 +4,6 @@ config GCC_VERSION_5
>  
>  config GCC_VERSION_8
>  	default y if GCC_USE_VERSION_8
> -	default y if arc
>  	bool
>  
>  config GCC_VERSION_9
> 


More information about the openwrt-devel mailing list