From: Thomas Chou <thomas@wytron.com.tw>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] tools: buildman: add gcc-8.1.0 support
Date: Sun, 30 Jun 2019 10:06:36 +0800 [thread overview]
Message-ID: <20190630020636.31352-2-thomas@wytron.com.tw> (raw)
In-Reply-To: <20190630020636.31352-1-thomas@wytron.com.tw>
Add gcc-8.1.0 support to buildman toolchain.
The old gcc-7.3.0 has shared libraries issues on Ubuntu 18.04 and 19.04.
Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
---
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 a65737fdf8..3ad18c472e 100644
--- a/tools/buildman/toolchain.py
+++ b/tools/buildman/toolchain.py
@@ -460,7 +460,7 @@ class Toolchains:
"""
arch = command.OutputOneLine('uname', '-m')
base = 'https://www.kernel.org/pub/tools/crosstool/files/bin'
- versions = ['7.3.0', '6.4.0', '4.9.4']
+ versions = ['8.1.0', '7.3.0', '6.4.0', '4.9.4']
links = []
for version in versions:
url = '%s/%s/%s/' % (base, arch, version)
--
2.20.1
next prev parent reply other threads:[~2019-06-30 2:06 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-30 2:06 [U-Boot] (no subject) Thomas Chou
2019-06-30 2:06 ` Thomas Chou [this message]
2019-06-30 10:32 ` [U-Boot] [PATCH] tools: buildman: add gcc-8.1.0 support Bin Meng
2019-07-04 1:56 ` Thomas Chou
2019-06-30 10:31 ` [U-Boot] (no subject) Bin Meng
2019-07-01 13:19 ` Tom Rini
2019-07-04 2:00 ` Thomas Chou
2019-07-04 1:58 ` Thomas Chou
2019-07-01 13:20 ` Tom Rini
2019-07-04 2:11 ` Thomas Chou
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=20190630020636.31352-2-thomas@wytron.com.tw \
--to=thomas@wytron.com.tw \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox