diff options
author | Stephanos Ioannidis <root@stephanos.io> | 2021-06-07 18:49:23 +0900 |
---|---|---|
committer | Stephanos Ioannidis <root@stephanos.io> | 2021-06-07 18:54:58 +0900 |
commit | 4ab0727f98fe4ec104912c243cc20599116357f8 (patch) | |
tree | 254ff1d68589111d164a8baa2b3752d781711dec /packages/gcc | |
parent | 6dd60ca6947395b41e09fcf2488066651fb8119a (diff) | |
download | crosstool-ng-4ab0727f98fe4ec104912c243cc20599116357f8.tar.gz crosstool-ng-4ab0727f98fe4ec104912c243cc20599116357f8.tar.bz2 crosstool-ng-4ab0727f98fe4ec104912c243cc20599116357f8.zip |
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.desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/gcc/package.desc b/packages/gcc/package.desc index 0ee344e2..186f1a36 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' |