aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2025-01-05 17:25:58 +1300
committerChris Packham <judge.packham@gmail.com>2025-01-08 14:22:50 +1300
commit32f288e61fee8528931bcd55bf106cf0cfb4e2a1 (patch)
tree95b4ed02c19be633d082d8cc136f635723f50083 /packages
parent154a58befd3471f4e1e0b95e1acf60b53e09df06 (diff)
downloadcrosstool-ng-32f288e61fee8528931bcd55bf106cf0cfb4e2a1.tar.gz
crosstool-ng-32f288e61fee8528931bcd55bf106cf0cfb4e2a1.tar.bz2
crosstool-ng-32f288e61fee8528931bcd55bf106cf0cfb4e2a1.zip
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 <judge.packham@gmail.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/binutils/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/binutils/package.desc b/packages/binutils/package.desc
index 259ce6c7..0b9b1ac1 100644
--- a/packages/binutils/package.desc
+++ b/packages/binutils/package.desc
@@ -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'