1
0

release 6.15.8

This commit is contained in:
2025-07-26 13:24:48 +03:00
parent 48372baf14
commit 4d05ae4de6
27 changed files with 206 additions and 244 deletions

View File

@@ -3,14 +3,4 @@ PROGS = resolve_btfids
include $(top_rulesdir)/Makefile.inc
resolve_btfids:
# resolve_btfids always uses HOSTCC, HOSTLD, and HOSTAR; we need to
# override these on the command line to make cross-builds work. But
# it also builds fixdep which still needs to be native in a
# cross-build. Set REALHOSTCC and REALHOSTLD variables which will be
# used for fixdep.
$(MAKE) -C $(top_srcdir)/tools/bpf/resolve_btfids O=$(CURDIR) \
HOSTCC=$(CC) HOSTCFLAGS='$(CFLAGS) $(CPPFLAGS)' \
HOSTLD=$(CROSS_COMPILE)ld KBUILD_HOSTLDFLAGS='$(LDFLAGS)' \
HOSTAR=$(CROSS_COMPILE)ar \
REALHOSTCC=gcc REALHOSTLD=ld \
V=1
$(MAKE_UPSTREAM_FORCE_CROSS)