]> Gentwo Git Trees - linux/.git/commit
riscv: Remove ld.lld version checks from many TOOLCHAIN_HAS configs
authorNathan Chancellor <nathan@kernel.org>
Thu, 21 Aug 2025 21:15:46 +0000 (14:15 -0700)
committerNathan Chancellor <nathan@kernel.org>
Thu, 28 Aug 2025 23:58:45 +0000 (16:58 -0700)
commit87b28d71396bf17e424ea82d17c537c391c35900
treeded021a0a941205b8f4c2d4e50c24142505a28fa
parent7ccbe91796d7bb584a00833cb59ef7d4575ba784
riscv: Remove ld.lld version checks from many TOOLCHAIN_HAS configs

Now that the minimum supported version of LLVM for building the kernel
has been bumped to 15.0.0, several ld.lld version checks become
tautological, as they are always true. Replace them with a simple
CONFIG_LD_IS_LLD check.

Reviewed-by: Conor Dooley <conor.dooley@microchip.com>
Acked-by: Alexandre Ghiti <alexghiti@rivosinc.com>
Link: https://lore.kernel.org/r/20250821-bump-min-llvm-ver-15-v2-9-635f3294e5f0@kernel.org
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
arch/riscv/Kconfig