]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tools/bpftool: Some build fixes'
authorAndrii Nakryiko <andrii@kernel.org>
Wed, 11 Nov 2020 20:18:23 +0000 (12:18 -0800)
committerAndrii Nakryiko <andrii@kernel.org>
Wed, 11 Nov 2020 20:19:41 +0000 (12:19 -0800)
commit2d6d4937092c6e4a0241686597420f911784ab22
tree6fe29d061b40614361095a208de4e40732ed4f32
parent4e1aca7f22d907768e816b7ab9e3bc4e99c8fcec
parentc19d1b33b7550fc2a6082fd8e9184739ba6e232a
Merge branch 'tools/bpftool: Some build fixes'

Jean-Philippe Brucker says:

====================

A few fixes for cross and out-of-tree build of bpftool and runqslower.
These changes allow to build for different target architectures, using
the same source tree.

Since [v2], I addressed Andrii's comments on patches 3 and 5, and added
patch 7 which fixes a build slowdown.

[v2] https://lore.kernel.org/bpf/20201109110929.1223538-1-jean-philippe@linaro.org/
====================

Signed-off-by: Andrii Nakryiko <andrii@kernel.org>