OSDN Git Service

samples/bpf: Enable cross compiler support
authorJoel Fernandes <joelaf@google.com>
Wed, 20 Sep 2017 16:11:57 +0000 (09:11 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 21 Sep 2017 18:59:16 +0000 (11:59 -0700)
commit876e88e3273e300895e308bd660c6cfaabb03cd5
tree8872934ddc072a92c589cdbe1199bd0b1c7d944d
parent95ec66968571bf0af0a22effdc1b9d9e62ea6630
samples/bpf: Enable cross compiler support

When cross compiling, bpf samples use HOSTCC for compiling the non-BPF part of
the sample, however what we really want is to use the cross compiler to build
for the cross target since that is what will load and run the BPF sample.
Detect this and compile samples correctly.

Acked-by: Alexei Starovoitov <ast@kernel.org>
Signed-off-by: Joel Fernandes <joelaf@google.com>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
samples/bpf/Makefile