commit | 2a560df7c147abcced2ff8c3b5572e0b1b36ac3f | [log] [tgz] |
---|---|---|
author | Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> | Fri Oct 11 03:27:57 2019 +0300 |
committer | Alexei Starovoitov <ast@kernel.org> | Sat Oct 12 16:08:59 2019 -0700 |
tree | 2ec29a5a2406db43882d3c7c360a75c0b01a9463 | |
parent | 518c13401e16eae1d83d6e459daf6e776a97eba9 [diff] |
samples/bpf: Use own EXTRA_CFLAGS for clang commands It can overlap with CFLAGS used for libraries built with gcc if not now then in next patches. Correct it here for simplicity. Signed-off-by: Ivan Khoronzhuk <ivan.khoronzhuk@linaro.org> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20191011002808.28206-5-ivan.khoronzhuk@linaro.org