summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-21 09:09:16 (GMT)
committerChris Packham <judge.packham@gmail.com>2021-09-21 09:12:19 (GMT)
commit9703e669d061d71ad0be2409df804544547fafa1 (patch)
treec3f2b6be6a4950bfc215ab11713982c1147a6263 /packages
parent02d1503f6769be4ad8058b393d4245febced459f (diff)
gdb: Remove old milestones
Now that the oldest supported version of gdb is 7.11.1 we can make some parts of the build unconditional and remove the associated config vars. Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/gdb/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gdb/package.desc b/packages/gdb/package.desc
index 7793f4a..06efd37 100644
--- a/packages/gdb/package.desc
+++ b/packages/gdb/package.desc
@@ -2,5 +2,5 @@ origin='GNU'
repository='git git://sourceware.org/git/binutils-gdb.git'
mirrors='$(CT_Mirrors GNU gdb) $(CT_Mirrors sourceware gdb/releases)'
relevantpattern='*.*|[a-z.]'
-milestones='7.0 7.2 7.12 8.0 8.3 10.2 11.1'
+milestones='7.11 7.12 8.0 8.3 10.2 11.1'
archive_formats='.tar.xz .tar.gz'