summaryrefslogtreecommitdiffstats
path: root/tools/buildman/test.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/test.py
parentd77447fdb122dab290fb1ad184a62456011e6e06 (diff)
downloadtalos-obmc-uboot-1246231c488b5f980830384e83d39a839043082b.tar.gz
talos-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/test.py')
-rw-r--r--tools/buildman/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/test.py b/tools/buildman/test.py
index 7642d94473..d8f3c81fad 100644
--- a/tools/buildman/test.py
+++ b/tools/buildman/test.py
@@ -411,7 +411,7 @@ class TestBuild(unittest.TestCase):
def testToolchainDownload(self):
"""Test that we can download toolchains"""
- self.assertEqual('https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.6.3/x86_64-gcc-4.6.3-nolibc_arm-unknown-linux-gnueabi.tar.xz',
+ self.assertEqual('https://www.kernel.org/pub/tools/crosstool/files/bin/x86_64/4.9.0/x86_64-gcc-4.9.0-nolibc_arm-unknown-linux-gnueabi.tar.xz',
self.toolchains.LocateArchUrl('arm'))
OpenPOWER on IntegriCloud