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
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
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
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
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
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