Hello:
This patch was applied to bpf/bpf.git (master) by Andrii Nakryiko andrii@kernel.org:
On Fri, 6 Jun 2025 16:45:38 +0900 you wrote:
When cross compiling the kernel with clang, we need to override CLANG_CROSS_FLAGS when preparing the step libraries.
Prior to commit d1d096312176 ("tools: fix annoying "mkdir -p ..." logs when building tools in parallel"), MAKEFLAGS would have been set to a value that wouldn't set a value for CLANG_CROSS_FLAGS, hiding the fact that we weren't properly overriding it.
[...]
Here is the summary with links: - [v2] tools/resolve_btfids: Fix build when cross compiling kernel with clang. https://git.kernel.org/bpf/bpf/c/a298bbab903e
You are awesome, thank you!