public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH] buildman: Add gcc-11.1.0 to the directory list
@ 2021-10-05 16:20 Tom Rini
  2021-10-15  1:05 ` Simon Glass
  0 siblings, 1 reply; 6+ messages in thread
From: Tom Rini @ 2021-10-05 16:20 UTC (permalink / raw)
  To: u-boot

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py
index fd137f7300e7..4e2471f3e370 100644
--- a/tools/buildman/toolchain.py
+++ b/tools/buildman/toolchain.py
@@ -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)
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-10-21 18:51 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-05 16:20 [PATCH] buildman: Add gcc-11.1.0 to the directory list Tom Rini
2021-10-15  1:05 ` Simon Glass
2021-10-15  1:12   ` Tom Rini
2021-10-15  1:25     ` Simon Glass
2021-10-15  1:28       ` Tom Rini
2021-10-21 18:49         ` Simon Glass

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox