mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-15 19:51:37 +00:00
buildman: Add gcc-11.1.0 to the directory list
While CI has been using gcc-11.1.0 for a long time, we have not updated buildman to match. Correct this omission. Signed-off-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
e2d6a77a8f
commit
f7832ee552
1 changed files with 1 additions and 1 deletions
|
@ -498,7 +498,7 @@ class Toolchains:
|
|||
if arch == 'aarch64':
|
||||
arch = 'arm64'
|
||||
base = 'https://www.kernel.org/pub/tools/crosstool/files/bin'
|
||||
versions = ['9.2.0', '7.3.0', '6.4.0', '4.9.4']
|
||||
versions = ['11.1.0', '9.2.0', '7.3.0', '6.4.0', '4.9.4']
|
||||
links = []
|
||||
for version in versions:
|
||||
url = '%s/%s/%s/' % (base, arch, version)
|
||||
|
|
Loading…
Add table
Reference in a new issue