aboutsummaryrefslogtreecommitdiff
path: root/net/unix/sysctl_net_unix.c
diff options
context:
space:
mode:
authorJean-Philippe Brucker <[email protected]>2021-12-16 16:38:39 +0000
committerAndrii Nakryiko <[email protected]>2021-12-16 12:15:04 -0800
commitbf1be903461a404a9d1c720b0872501ca35abc89 (patch)
treec43f38b213475c82f80c6e896177fa8e2af87399 /net/unix/sysctl_net_unix.c
parentcebdb7374577ac6e14afb11311af8c2c44a259fa (diff)
tools/resolve_btfids: Support cross-building the kernel with clang
The CROSS_COMPILE variable may be present during resolve_btfids build if the kernel is being cross-built. Since resolve_btfids is always executed on the host, we set CC to HOSTCC in order to use the host toolchain when cross-building with GCC. But instead of a toolchain prefix, cross-build with clang uses a "-target" parameter, which Makefile.include deduces from the CROSS_COMPILE variable. In order to avoid cross-building libbpf, clear CROSS_COMPILE before building resolve_btfids. Signed-off-by: Jean-Philippe Brucker <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Acked-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
Diffstat (limited to 'net/unix/sysctl_net_unix.c')
0 files changed, 0 insertions, 0 deletions