bpf: Use released binutils/gcc
Some checks failed
CI / crosstool (macos-13) (push) Has been cancelled
CI / crosstool (ubuntu-22.04) (push) Has been cancelled
CI / tarballs (ubuntu-22.04) (push) Has been cancelled
CI / toolchains (push) Has been cancelled

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 <judge.packham@gmail.com>
This commit is contained in:
Chris Packham 2025-01-05 17:25:58 +13:00
parent 154a58befd
commit 32f288e61f
3 changed files with 3 additions and 10 deletions

View File

@ -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.

View File

@ -2,6 +2,6 @@ repository='git git://sourceware.org/git/binutils-gdb.git'
mirrors='$(CT_Mirrors GNU binutils) $(CT_Mirrors sourceware binutils/releases)'
relevantpattern='*.*|.'
origin='GNU'
milestones='2.26 2.27 2.30 2.39'
milestones='2.26 2.27 2.30 2.39 2.41'
archive_formats='.tar.xz .tar.bz2 .tar.gz'
signature_format='packed/.sig'

View File

@ -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