Re: [PATCH] powerpc: clean up binutils version check

2022-08-30 Thread Masahiro Yamada
On Tue, Aug 30, 2022 at 7:44 PM Michael Ellerman wrote: > > Christophe Leroy writes: > > Le 27/08/2022 à 20:03, Masahiro Yamada a écrit : > >> On Sun, Aug 28, 2022 at 2:37 AM Christophe Leroy > >> wrote: > >>> Le 27/08/2022 à 18:40, Masahiro Yamada a écrit : > The checkbin in arch/powerpc/M

Re: [PATCH] powerpc: clean up binutils version check

2022-08-30 Thread Michael Ellerman
Christophe Leroy writes: > Le 27/08/2022 à 20:03, Masahiro Yamada a écrit : >> On Sun, Aug 28, 2022 at 2:37 AM Christophe Leroy >> wrote: >>> Le 27/08/2022 à 18:40, Masahiro Yamada a écrit : The checkbin in arch/powerpc/Makefile errors out if ld <= 2.24. So, the requirement on PPC is bi

Re: [PATCH] powerpc: clean up binutils version check

2022-08-29 Thread Christophe Leroy
Le 27/08/2022 à 20:03, Masahiro Yamada a écrit : > On Sun, Aug 28, 2022 at 2:37 AM Christophe Leroy > wrote: >> >> >> >> Le 27/08/2022 à 18:40, Masahiro Yamada a écrit : >>> The checkbin in arch/powerpc/Makefile errors out if ld <= 2.24. >>> So, the requirement on PPC is binutils >= 2.25. It is

Re: [PATCH] powerpc: clean up binutils version check

2022-08-27 Thread Masahiro Yamada
On Sun, Aug 28, 2022 at 2:37 AM Christophe Leroy wrote: > > > > Le 27/08/2022 à 18:40, Masahiro Yamada a écrit : > > The checkbin in arch/powerpc/Makefile errors out if ld <= 2.24. > > So, the requirement on PPC is binutils >= 2.25. It is cleaner to > > specify it in scripts/min-tool-version.sh. I

Re: [PATCH] powerpc: clean up binutils version check

2022-08-27 Thread Christophe Leroy
Le 27/08/2022 à 18:40, Masahiro Yamada a écrit : > The checkbin in arch/powerpc/Makefile errors out if ld <= 2.24. > So, the requirement on PPC is binutils >= 2.25. It is cleaner to > specify it in scripts/min-tool-version.sh. If binutils < 2.25 is > used, the toolchain check will fail in the Kco

[PATCH] powerpc: clean up binutils version check

2022-08-27 Thread Masahiro Yamada
The checkbin in arch/powerpc/Makefile errors out if ld <= 2.24. So, the requirement on PPC is binutils >= 2.25. It is cleaner to specify it in scripts/min-tool-version.sh. If binutils < 2.25 is used, the toolchain check will fail in the Kconfig stage going forward. Since binutils >= 2.25 is alread