Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-07-02 Thread Michael Ellerman
On Thu, 19 Jan 2023 17:22:50 +0900, Masahiro Yamada wrote: > Commit e4412739472b ("Documentation: raise minimum supported version of > binutils to 2.25") allows us to remove the checks for old binutils. > > There is no more user for ld-ifversion. Remove it as well. > > Applied to powerpc/next.

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-06-27 Thread Michael Ellerman
Masahiro Yamada writes: > On Thu, Jan 19, 2023 at 9:37 PM Masahiro Yamada wrote: >> >> On Thu, Jan 19, 2023 at 9:12 PM Joel Stanley wrote: >> > >> > On Thu, 19 Jan 2023 at 08:24, Masahiro Yamada wrote: >> > > >> > > Commit e4412739472b ("Documentation: raise minimum supported version of >> > >

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-06-25 Thread Nicholas Piggin
On Mon Jun 26, 2023 at 1:11 PM AEST, Masahiro Yamada wrote: > On Mon, Jun 26, 2023 at 10:58 AM Nicholas Piggin wrote: > > > > On Sun Jun 25, 2023 at 6:02 PM AEST, Masahiro Yamada wrote: > > > On Thu, Jan 19, 2023 at 9:37 PM Masahiro Yamada > > > wrote: > > > > > > > > On Thu, Jan 19, 2023 at 9:1

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-06-25 Thread Masahiro Yamada
On Mon, Jun 26, 2023 at 10:58 AM Nicholas Piggin wrote: > > On Sun Jun 25, 2023 at 6:02 PM AEST, Masahiro Yamada wrote: > > On Thu, Jan 19, 2023 at 9:37 PM Masahiro Yamada > > wrote: > > > > > > On Thu, Jan 19, 2023 at 9:12 PM Joel Stanley wrote: > > > > > > > > On Thu, 19 Jan 2023 at 08:24, Ma

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-06-25 Thread Nicholas Piggin
On Sun Jun 25, 2023 at 6:02 PM AEST, Masahiro Yamada wrote: > On Thu, Jan 19, 2023 at 9:37 PM Masahiro Yamada wrote: > > > > On Thu, Jan 19, 2023 at 9:12 PM Joel Stanley wrote: > > > > > > On Thu, 19 Jan 2023 at 08:24, Masahiro Yamada > > > wrote: > > > > > > > > Commit e4412739472b ("Documenta

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-06-25 Thread Masahiro Yamada
On Thu, Jan 19, 2023 at 9:37 PM Masahiro Yamada wrote: > > On Thu, Jan 19, 2023 at 9:12 PM Joel Stanley wrote: > > > > On Thu, 19 Jan 2023 at 08:24, Masahiro Yamada wrote: > > > > > > Commit e4412739472b ("Documentation: raise minimum supported version of > > > binutils to 2.25") allows us to re

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-01-19 Thread Masahiro Yamada
On Thu, Jan 19, 2023 at 9:12 PM Joel Stanley wrote: > > On Thu, 19 Jan 2023 at 08:24, Masahiro Yamada wrote: > > > > Commit e4412739472b ("Documentation: raise minimum supported version of > > binutils to 2.25") allows us to remove the checks for old binutils. > > > > There is no more user for ld

Re: [PATCH] powerpc: remove checks for binutils older than 2.25

2023-01-19 Thread Joel Stanley
On Thu, 19 Jan 2023 at 08:24, Masahiro Yamada wrote: > > Commit e4412739472b ("Documentation: raise minimum supported version of > binutils to 2.25") allows us to remove the checks for old binutils. > > There is no more user for ld-ifversion. Remove it as well. ppc kernels fail to link with 2.27

[PATCH] powerpc: remove checks for binutils older than 2.25

2023-01-19 Thread Masahiro Yamada
Commit e4412739472b ("Documentation: raise minimum supported version of binutils to 2.25") allows us to remove the checks for old binutils. There is no more user for ld-ifversion. Remove it as well. Signed-off-by: Masahiro Yamada --- arch/powerpc/Makefile | 22 +- arch/