summaryrefslogtreecommitdiffstats
path: root/tools/buildman/toolchain.py
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2015-04-20 11:46:24 +0200
committerSimon Glass <sjg@chromium.org>2015-04-23 12:31:54 -0600
commit1246231c488b5f980830384e83d39a839043082b (patch)
treeb510c99e2dbd030aefd2c711c1033530b46fe0a6 /tools/buildman/toolchain.py
parentd77447fdb122dab290fb1ad184a62456011e6e06 (diff)
downloadblackbird-obmc-uboot-1246231c488b5f980830384e83d39a839043082b.tar.gz
blackbird-obmc-uboot-1246231c488b5f980830384e83d39a839043082b.zip
buildman: Add gcc 4.9.0 with Microblaze toolchain
Also read gcc 4.9.0 at kernel.org which also have Microblaze toolchain. Signed-off-by: Michal Simek <michal.simek@xilinx.com> Acked-by: Simon Glass <sjg@chromium.org> Tested-by: Simon Glass <sjg@chromium.org> Fixed unit test failure by updating the test: Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/buildman/toolchain.py')
-rw-r--r--tools/buildman/toolchain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py
index 051da11ef0..e33e10532e 100644
--- a/tools/buildman/toolchain.py
+++ b/tools/buildman/toolchain.py
@@ -339,7 +339,7 @@ class Toolchains:
"""
arch = command.OutputOneLine('uname', '-m')
base = 'https://www.kernel.org/pub/tools/crosstool/files/bin'
- versions = ['4.6.3', '4.6.2', '4.5.1', '4.2.4']
+ versions = ['4.9.0', '4.6.3', '4.6.2', '4.5.1', '4.2.4']
links = []
for version in versions:
url = '%s/%s/%s/' % (base, arch, version)
OpenPOWER on IntegriCloud