[Buildroot] [PATCH next 1/4] package/binutils: add support for 2.42

Yann E. MORIN yann.morin.1998 at free.fr
Sun Mar 3 09:31:14 UTC 2024


Thomas, All,

On 2024-03-03 09:40 +0100, Thomas Petazzoni via buildroot spake thusly:
[--SNIP--]
> diff --git a/package/binutils/Config.in.host b/package/binutils/Config.in.host
> index 2f1ddf4bdc..f1cc175cf9 100644
> --- a/package/binutils/Config.in.host
> +++ b/package/binutils/Config.in.host
> @@ -25,6 +25,9 @@ config BR2_BINUTILS_VERSION_2_40_X
>  config BR2_BINUTILS_VERSION_2_41_X
>  	bool "binutils 2.41"
>  
> +config BR2_BINUTILS_VERSION_2_42_X
> +	bool "binutils 2.42"
> +
>  config BR2_BINUTILS_VERSION_ARC
>  	bool "binutils arc (2.41)"
>  	depends on BR2_arc

I know that the arc variant is just a whart in the list, but it feels
odd, when arc is enabled, to have list not sorted by actual versions:

    2.40
    2.41
    2.42
    arc (2.41)

I think we'd like to have the list neatly ordered by version...

This is a very minor comment, of course...

Regards,
Yann E. MORIN.

> @@ -37,6 +40,7 @@ config BR2_BINUTILS_VERSION
>  	default "2.39"		if BR2_BINUTILS_VERSION_2_39_X
>  	default "2.40"		if BR2_BINUTILS_VERSION_2_40_X
>  	default "2.41"		if BR2_BINUTILS_VERSION_2_41_X
> +	default "2.42"		if BR2_BINUTILS_VERSION_2_42_X
>  
>  config BR2_BINUTILS_GPROFNG
>  	bool "gprofng support"
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'



More information about the buildroot mailing list