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 --- samples/bpf-unknown-none/crosstool.config | 7 ------- 1 file changed, 7 deletions(-) (limited to 'samples') diff --git a/samples/bpf-unknown-none/crosstool.config b/samples/bpf-unknown-none/crosstool.config index 383f75d6..be71b235 100644 --- a/samples/bpf-unknown-none/crosstool.config +++ b/samples/bpf-unknown-none/crosstool.config @@ -1,11 +1,4 @@ CT_CONFIG_VERSION="4" CT_ARCH_BPF=y -CT_MULTILIB=n -CT_TARGET_VENDOR="unknown" -CT_TARGET_SYS=none CT_TARGET_ALIAS="bpf-unknown" -CT_GCC_SRC_DEVEL=y -CT_GCC_DEVEL_BRANCH="master" -CT_BINUTILS_SRC_DEVEL=y -CT_BINUTILS_DEVEL_BRANCH="master" CT_LIBC_NONE=y -- cgit v1.2.3