Re: [PATCH] Raise the minimum GCC version to 5.2
From: Miguel Ojeda <hidden>
Date: 2021-05-03 13:10:53
Also in:
linux-arm-kernel, linux-kbuild, linux-riscv, linuxppc-dev, lkml
From: Miguel Ojeda <hidden>
Date: 2021-05-03 13:10:53
Also in:
linux-arm-kernel, linux-kbuild, linux-riscv, linuxppc-dev, lkml
On Mon, May 3, 2021 at 2:20 PM David Laight [off-list ref] wrote:
It would be nice to be able to build current kernels (for local use) on the 'new' system - but gcc is already too old.
I have seen such environments too... However, for the kernel in particular, you could install a newer GCC in the 'new' machine (just for the kernel builds) or do your kernel builds in a different machine -- a 'new' 'new' one :) Cheers, Miguel