projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0c91fe
)
buildman: Support fetching gcc 9.2.0
author
Bin Meng
<bmeng.cn@gmail.com>
Mon, 6 Apr 2020 13:06:59 +0000
(06:06 -0700)
committer
Tom Rini
<trini@konsulko.com>
Fri, 10 Apr 2020 19:54:16 +0000
(15:54 -0400)
This adds support to fetch gcc 9.2.0 toolchains.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
tools/buildman/toolchain.py
patch
|
blob
|
history
diff --git
a/tools/buildman/toolchain.py
b/tools/buildman/toolchain.py
index 89c54d688a824650befc5970a0a3094baf0111a7..4456a805c742d0505500f8c5ea27803f794d660a 100644
(file)
--- 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)