]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
buildman: Add gcc-11.1.0 to the directory list
authorTom Rini <trini@konsulko.com>
Tue, 5 Oct 2021 16:20:36 +0000 (12:20 -0400)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Oct 2021 18:50:48 +0000 (12:50 -0600)
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>
tools/buildman/toolchain.py

index fd137f7300e73ce52d1cd0248715200b50fed778..4e2471f3e370626ad5d298e70ff623ccf063b8ce 100644 (file)
@@ -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)