Re: [PATCH 09/14] riscv: Drop tautological condition from TOOLCHAIN_NEEDS_OLD_ISA_SPEC
From: Paul Walmsley
Date: Wed May 13 2026 - 21:40:30 EST
On Tue, 28 Apr 2026, Nathan Chancellor wrote:
> Now that the minimum supported version of LLVM for building the kernel
> has been raised to 17.0.1, the Clang dependency part of
> CONFIG_TOOLCHAIN_NEEDS_OLD_ISA_SPEC is always false, so it can be
> removed. Adjust the help text to remove mention of Clang < 17, as it is
> irrelevant for the kernel after the minimum supported bump.
>
> Signed-off-by: Nathan Chancellor <nathan@xxxxxxxxxx>
Acked-by: Paul Walmsley <pjw@xxxxxxxxxx> # arch/riscv
- Paul