Re: [PATCH 1/2] gen_compile_commands: Ignore libgcc.a
From: Nathan Chancellor
Date: Wed Apr 29 2026 - 14:36:10 EST
On Mon, 27 Apr 2026 18:04:56 +0200, Thomas Weißschuh <linux@xxxxxxxxxxxxxx> wrote:
> Some architectures link libgcc.a from the toolchain into the kernel.
> gen_compile_commands trie to read the kbuild .cmd files of its
> constituent object files, which are not available.
>
> Flat out ignore libgcc.a, as it is not built as part of the kernel
> anyways.
>
> [...]
Acked-by: Nathan Chancellor <nathan@xxxxxxxxxx>
--
Cheers,
Nathan