Stijn Tintel 15acde674c xdp-tools: disable stack protector for BPF programs
When building xdp-tools with CONFIG_USE_LLVM_HOST=y, on a host that
enabled stack protector by default in Clang, compilation fails with the
following error:

    CLANG    xdp-dispatcher.o
clang-16: error: ignoring '-fstack-protector-strong' option as it is not currently supported for target 'bpfeb' [-Werror,-Woption-ignored]

Add -fno-stack-protector to BPF_CFLAGS to fix this.

Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
2023-08-03 17:39:39 +03:00
..
2023-07-19 15:25:49 +02:00
2023-07-19 15:25:57 +02:00
2023-01-17 23:14:46 +01:00
2023-07-01 12:10:41 +02:00
2023-07-18 14:37:19 +02:00
2023-04-17 15:32:48 +08:00
2022-07-10 18:16:34 +02:00
2023-05-18 14:32:04 +02:00