From: Bin Meng <bmeng.cn@gmail.com>
To: u-boot@lists.denx.de
Subject: [PATCH 2/3] buildman: Support fetching gcc 9.2.0
Date: Mon, 6 Apr 2020 05:36:04 -0700 [thread overview]
Message-ID: <1586176565-29951-3-git-send-email-bmeng.cn@gmail.com> (raw)
In-Reply-To: <1586176565-29951-1-git-send-email-bmeng.cn@gmail.com>
This adds support to fetch gcc 9.2.0 toolchains.
Signed-off-by: Bin Meng <bmeng.cn@gmail.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 89c54d6..4456a80 100644
--- a/tools/buildman/toolchain.py
+++ b/tools/buildman/toolchain.py
@@ -490,7 +490,7 @@ class Toolchains:
if arch == 'aarch64':
arch = 'arm64'
base = 'https://www.kernel.org/pub/tools/crosstool/files/bin'
- versions = ['7.3.0', '6.4.0', '4.9.4']
+ versions = ['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.7.4
next prev parent reply other threads:[~2020-04-06 12:36 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-04-06 12:36 [PATCH 0/3] azure/gitlab/travis: Switch to gcc 9.2.0 Bin Meng
2020-04-06 12:36 ` [PATCH 1/3] video: sunxi: Change sunxi_get_mon_desc() to not return NULL for the default case Bin Meng
2020-04-06 12:41 ` Tom Rini
2020-04-06 12:36 ` Bin Meng [this message]
2020-04-06 12:43 ` [PATCH 2/3] buildman: Support fetching gcc 9.2.0 Tom Rini
2020-04-06 12:36 ` [PATCH 3/3] travis: Switch to " Bin Meng
2020-04-06 12:43 ` Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1586176565-29951-3-git-send-email-bmeng.cn@gmail.com \
--to=bmeng.cn@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.