aboutsummaryrefslogtreecommitdiff
path: root/packages/gdb
diff options
context:
space:
mode:
authorChris Packham <judge.packham@gmail.com>2021-09-21 21:09:16 +1200
committerChris Packham <judge.packham@gmail.com>2021-09-21 21:12:19 +1200
commit9703e669d061d71ad0be2409df804544547fafa1 (patch)
treec3f2b6be6a4950bfc215ab11713982c1147a6263 /packages/gdb
parent02d1503f6769be4ad8058b393d4245febced459f (diff)
downloadcrosstool-ng-9703e669d061d71ad0be2409df804544547fafa1.tar.gz
crosstool-ng-9703e669d061d71ad0be2409df804544547fafa1.tar.bz2
crosstool-ng-9703e669d061d71ad0be2409df804544547fafa1.zip
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/gdb')
-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 7793f4aa..06efd376 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'