mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
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>
This commit is contained in:
parent
6dd60ca694
commit
4ab0727f98
@ -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'
|
||||
|
Loading…
Reference in New Issue
Block a user