From 4a7a13b5a0ab18670cf1463bb16c494ee20418ea Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Mon, 29 May 2023 15:01:34 -0600 Subject: bpf: stabilize GCC BPF support Now that we have a GCC release which should support our bpf programs lets set the minimum version and stabilize it. --- meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt index 04234c658b..46a74b7635 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -501,7 +501,7 @@ option('analyze', type: 'boolean', value: true, description : 'install systemd-analyze') option('bpf-compiler', type : 'combo', choices : ['clang', 'gcc'], - description: 'compiler used to build BPF programs, note: gcc is experimental') + description: 'compiler used to build BPF programs') option('bpf-framework', type : 'combo', choices : ['auto', 'true', 'false'], description: 'build BPF programs from source code in restricted C') -- cgit v1.2.3