[Buildroot] [PATCH 2/3] package/binutils: default to version 2.36.x

Arnout Vandecappelle arnout at mind.be
Mon Aug 2 13:39:08 UTC 2021



On 31/07/2021 20:55, Thomas Petazzoni wrote:
> Now that we have added version 2.37, it's time to use the 2.36.x
> series as the default version.
> 
> Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
> ---
>  package/binutils/Config.in.host | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
> index 6190ee4d97..91ce209583 100644
> --- a/package/binutils/Config.in.host
> +++ b/package/binutils/Config.in.host
> @@ -7,7 +7,7 @@ config BR2_PACKAGE_HOST_BINUTILS_SUPPORTS_CFI
>  
>  choice
>  	prompt "Binutils Version"
> -	default BR2_BINUTILS_VERSION_2_35_X if !BR2_arc && !BR2_csky
> +	default BR2_BINUTILS_VERSION_2_36_X if !BR2_arc && !BR2_csky

 You forgot to update the default in binutils.mk.

 Regards,
 Arnout

>  	default BR2_BINUTILS_VERSION_ARC if BR2_arc
>  	default BR2_BINUTILS_VERSION_CSKY if BR2_csky
>  	help
> 


More information about the buildroot mailing list