summaryrefslogtreecommitdiff
path: root/packages/gcc
diff options
context:
space:
mode:
authorStephanos Ioannidis <root@stephanos.io>2021-06-07 09:49:23 (GMT)
committerStephanos Ioannidis <root@stephanos.io>2021-06-07 09:54:58 (GMT)
commit4ab0727f98fe4ec104912c243cc20599116357f8 (patch)
tree254ff1d68589111d164a8baa2b3752d781711dec /packages/gcc
parent6dd60ca6947395b41e09fcf2488066651fb8119a (diff)
packages: gcc: Add missing milestones
This commit adds the missing gcc milestones 9 and 10, so that the helper symbols `GCC_9_or_later` and `GCC_10_or_later` can be used. Signed-off-by: Stephanos Ioannidis <root@stephanos.io>
Diffstat (limited to 'packages/gcc')
-rw-r--r--packages/gcc/package.desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/package.desc b/packages/gcc/package.desc
index 0ee344e..186f1a3 100644
--- a/packages/gcc/package.desc
+++ b/packages/gcc/package.desc
@@ -2,5 +2,5 @@ repository='svn svn://gcc.gnu.org/svn/gcc'
mirrors='$(CT_Mirrors GNU gcc/gcc-${CT_GCC_VERSION}) $(CT_Mirrors sourceware gcc/releases/gcc-${CT_GCC_VERSION})'
relevantpattern='4.*|. *|.'
origin='GNU'
-milestones='4.8 4.9 5 6 7 8 11'
+milestones='4.8 4.9 5 6 7 8 9 10 11'
archive_formats='.tar.xz .tar.gz'