Re: build failure caused by RUNTIME_CONST()
From: Linus Torvalds
Date: Sat Aug 03 2024 - 11:45:35 EST
On Sat, 3 Aug 2024 at 05:01, Oleg Nesterov <oleg@xxxxxxxxxx> wrote:
>
> On 08/02, Linus Torvalds wrote:
> >
> > Yeah, we document that we support building with ld-2.25.
>
> Where? I tried to grep Documentation/ but didn't find anything...
It's not hugely obvious, but you can find the line
binutils 2.25 ld -v
in Documentation/process/changes.rst under the "Current Minimal
Requirements" header.
Linus