summaryrefslogtreecommitdiff
path: root/crypto/pcbc.c
diff options
context:
space:
mode:
authorConnor O'Brien <connoro@google.com>2022-01-12 00:25:03 +0000
committerAndrii Nakryiko <andrii@kernel.org>2022-01-14 16:53:23 -0800
commit0e3a1c902ffb56e9fe4416f0cd382c97b09ecbf6 (patch)
tree5bcfa4b8ba801c404e883cbf71d3b9022ce14e66 /crypto/pcbc.c
parent71a3cdf80c0d12aadca6f9b0f5a43883649bdbea (diff)
downloadlinux-next-0e3a1c902ffb56e9fe4416f0cd382c97b09ecbf6.tar.gz
tools/resolve_btfids: Build with host flags
resolve_btfids is built using $(HOSTCC) and $(HOSTLD) but does not pick up the corresponding flags. As a result, host-specific settings (such as a sysroot specified via HOSTCFLAGS=--sysroot=..., or a linker specified via HOSTLDFLAGS=-fuse-ld=...) will not be respected. Fix this by setting CFLAGS to KBUILD_HOSTCFLAGS and LDFLAGS to KBUILD_HOSTLDFLAGS. Also pass the cflags through to libbpf via EXTRA_CFLAGS to ensure that the host libbpf is built with flags consistent with resolve_btfids. Signed-off-by: Connor O'Brien <connoro@google.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Acked-by: Song Liu <songliubraving@fb.com> Link: https://lore.kernel.org/bpf/20220112002503.115968-1-connoro@google.com
Diffstat (limited to 'crypto/pcbc.c')
0 files changed, 0 insertions, 0 deletions