Searched hist:"3 a74ac2d1159716f35c944639f71b33fa16084c8" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/lib/bpf/ |
H A D | Makefile | diff 3a74ac2d1159716f35c944639f71b33fa16084c8 Fri Nov 05 18:42:40 CDT 2021 Kumar Kartikeya Dwivedi <memxor@gmail.com> libbpf: Compile using -std=gnu89
The minimum supported C standard version is C89, with use of GNU extensions, hence make sure to catch any instances that would break the build for this mode by passing -std=gnu89.
Signed-off-by: Kumar Kartikeya Dwivedi <memxor@gmail.com> Signed-off-by: Alexei Starovoitov <ast@kernel.org> Link: https://lore.kernel.org/bpf/20211105234243.390179-4-memxor@gmail.com
|