commit | 313e7f6fb1d9a8814424c2c6878848648c9c090f | [log] [tgz] |
---|---|---|
author | Ilya Leoshkevich <iii@linux.ibm.com> | Mon Oct 28 11:20:49 2019 +0100 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Mon Oct 28 16:15:51 2019 +0100 |
tree | b0e3c79894452536809c7aec09276c03f61a4d2e | |
parent | 5b7fe93db008ff013db24239136a25f3ac5142ac [diff] |
selftest/bpf: Use -m{little, big}-endian for clang When cross-compiling tests from x86 to s390, the resulting BPF objects fail to load due to endianness mismatch. Fix by using BPF-GCC endianness check for clang as well. Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Acked-by: Andrii Nakryiko <andriin@fb.com> Link: https://lore.kernel.org/bpf/20191028102049.7489-1-iii@linux.ibm.com