Files
linux/scripts/Makefile.vmlinux_a
Nathan Chancellor a48bd961fb kbuild: Remove unnecessary 'T' modifier in cmd_ar_builtin_fixup
In cmd_ar_builtin_fixup, the 'T' modifier was added to '$(AR) mPi' to
work around a bug in llvm-ar that caused thin archives to be silently
converted to full archives [1]. Since commit 20c0989283 ("kbuild: Bump
minimum version of LLVM for building the kernel to 15.0.0"), all
supported versions of llvm-ar have this issue fixed, so the 'T' modifier
and comment can be removed.

Link: d17c54d17d [1]
Signed-off-by: Nathan Chancellor <nathan@kernel.org>
2026-06-02 18:41:50 -07:00

2.3 KiB