From 32f288e61fee8528931bcd55bf106cf0cfb4e2a1 Mon Sep 17 00:00:00 2001 From: Chris Packham Date: Sun, 5 Jan 2025 17:25:58 +1300 Subject: bpf: Use released binutils/gcc When the bpf-unknown-none sample was added the target support was not in a released version of binutils or gcc. The support has been in a few versions of each of these for a while now. Update the sample to use released versions instead of potentially unstable versions from upstream. Signed-off-by: Chris Packham --- config/arch/bpf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/arch/bpf.in b/config/arch/bpf.in index 9d0d7373..75cae2af 100644 --- a/config/arch/bpf.in +++ b/config/arch/bpf.in @@ -3,7 +3,7 @@ ## no-package ## select ARCH_SUPPORTS_EITHER_ENDIAN ## select ARCH_DEFAULT_LE -## select GCC_VERY_NEW -## select BINUTILS_VERY_NEW +## select GCC_REQUIRE_12_or_later +## select BINUTILS_REQUIRE_2_41_or_later ## ## help The BPF architecture. -- cgit v1.2.3