Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/3] Upgrade to Binutils 2.43
@ 2024-08-07  4:46 Waldemar Brodkorb
  2024-08-07  9:28 ` Thomas Petazzoni via buildroot
  2024-08-12 20:54 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 4+ messages in thread
From: Waldemar Brodkorb @ 2024-08-07  4:46 UTC (permalink / raw)
  To: buildroot

Hello,                                                                                                                                                                                                              
                                                                                                                                                                                                                    
This series of patches update binutils to version 2.43, doing the
usual dance:

 1. Add 2.43
 2. Make 2.42 the default
 3. Drop 2.40

Waldemar Brodkorb (3):
  package/binutils: add support for 2.43
  package/binutils: make 2.42 the default version
  package/binutils: drop support for binutils 2.40

 Config.in.legacy                              |   6 +
 ...ertion-fail-in-nios2_elf32_install_i.patch | 125 ------------------
 .../{2.40 => 2.43}/0001-sh-conf.patch         |  12 +-
 .../0002-poison-system-directories.patch      |  68 +++++-----
 package/binutils/Config.in.host               |  10 +-
 package/binutils/binutils.hash                |   2 +-
 package/binutils/binutils.mk                  |   2 +-
 package/elf2flt/elf2flt.mk                    |  12 +-
 8 files changed, 53 insertions(+), 184 deletions(-)
 delete mode 100644 package/binutils/2.40/0003-PR27597-nios-assertion-fail-in-nios2_elf32_install_i.patch
 rename package/binutils/{2.40 => 2.43}/0001-sh-conf.patch (84%)
 rename package/binutils/{2.40 => 2.43}/0002-poison-system-directories.patch (87%)

-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 0/3] Upgrade to Binutils 2.43
  2024-08-07  4:46 [Buildroot] [PATCH 0/3] Upgrade to Binutils 2.43 Waldemar Brodkorb
@ 2024-08-07  9:28 ` Thomas Petazzoni via buildroot
  2024-08-07  9:35   ` Waldemar Brodkorb
  2024-08-12 20:54 ` Thomas Petazzoni via buildroot
  1 sibling, 1 reply; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-07  9:28 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: buildroot

Hello Waldemar,

On Wed, 7 Aug 2024 06:46:03 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> This series of patches update binutils to version 2.43, doing the
> usual dance:
> 
>  1. Add 2.43
>  2. Make 2.42 the default
>  3. Drop 2.40

Thanks for the patch series. If you don't mind, I will keep it for the
"next" release, once we open the next branch. Indeed, we want to cut
-rc1 soon, and I don't want to merge this this late in the release
cycle.

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 0/3] Upgrade to Binutils 2.43
  2024-08-07  9:28 ` Thomas Petazzoni via buildroot
@ 2024-08-07  9:35   ` Waldemar Brodkorb
  0 siblings, 0 replies; 4+ messages in thread
From: Waldemar Brodkorb @ 2024-08-07  9:35 UTC (permalink / raw)
  To: Thomas Petazzoni; +Cc: buildroot

Hi Thomas,
Thomas Petazzoni wrote,

> Hello Waldemar,
> 
> On Wed, 7 Aug 2024 06:46:03 +0200
> Waldemar Brodkorb <wbx@openadk.org> wrote:
> 
> > This series of patches update binutils to version 2.43, doing the
> > usual dance:
> > 
> >  1. Add 2.43
> >  2. Make 2.42 the default
> >  3. Drop 2.40
> 
> Thanks for the patch series. If you don't mind, I will keep it for the
> "next" release, once we open the next branch. Indeed, we want to cut
> -rc1 soon, and I don't want to merge this this late in the release
> cycle.

Sure, feel free to add it to next.

best regards
 Waldemar
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [Buildroot] [PATCH 0/3] Upgrade to Binutils 2.43
  2024-08-07  4:46 [Buildroot] [PATCH 0/3] Upgrade to Binutils 2.43 Waldemar Brodkorb
  2024-08-07  9:28 ` Thomas Petazzoni via buildroot
@ 2024-08-12 20:54 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 4+ messages in thread
From: Thomas Petazzoni via buildroot @ 2024-08-12 20:54 UTC (permalink / raw)
  To: Waldemar Brodkorb; +Cc: buildroot

On Wed, 7 Aug 2024 06:46:03 +0200
Waldemar Brodkorb <wbx@openadk.org> wrote:

> Waldemar Brodkorb (3):
>   package/binutils: add support for 2.43
>   package/binutils: make 2.42 the default version
>   package/binutils: drop support for binutils 2.40

Thanks, series applied!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-12 20:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-07  4:46 [Buildroot] [PATCH 0/3] Upgrade to Binutils 2.43 Waldemar Brodkorb
2024-08-07  9:28 ` Thomas Petazzoni via buildroot
2024-08-07  9:35   ` Waldemar Brodkorb
2024-08-12 20:54 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox