Hello:
This series was applied to bpf/bpf-next.git (master) by Andrii Nakryiko andrii@kernel.org:
On Thu, 16 Dec 2021 16:38:37 +0000 you wrote:
Since v1 [1], I added Quentin's acks and applied Andrii's suggestions:
- Pass CFLAGS to libbpf link in patch 3
- Substitute CLANG_CROSS_FLAGS whole in HOST_CFLAGS to avoid accidents, patch 4
Add support for cross-building BPF tools and selftests with clang, by passing LLVM=1 or CC=clang to make, as well as CROSS_COMPILE. A single clang toolchain can generate binaries for multiple architectures, so instead of having prefixes such as aarch64-linux-gnu-gcc, clang uses the -target parameter: `clang -target aarch64-linux-gnu'.
[...]
Here is the summary with links: - [bpf-next,v2,1/6] tools: Help cross-building with clang https://git.kernel.org/bpf/bpf-next/c/cebdb7374577 - [bpf-next,v2,2/6] tools/resolve_btfids: Support cross-building the kernel with clang https://git.kernel.org/bpf/bpf-next/c/bf1be903461a - [bpf-next,v2,3/6] tools/libbpf: Enable cross-building with clang https://git.kernel.org/bpf/bpf-next/c/4980beb4cda2 - [bpf-next,v2,4/6] bpftool: Enable cross-building with clang https://git.kernel.org/bpf/bpf-next/c/bdadbb44c90a - [bpf-next,v2,5/6] tools/runqslower: Enable cross-building with clang https://git.kernel.org/bpf/bpf-next/c/bb7b75e860ee - [bpf-next,v2,6/6] selftests/bpf: Enable cross-building with clang https://git.kernel.org/bpf/bpf-next/c/ea79020a2d9e
You are awesome, thank you!