diff options
author | Michal Simek <michal.simek@xilinx.com> | 2015-04-20 11:46:24 +0200 |
---|---|---|
committer | Simon Glass <sjg@chromium.org> | 2015-04-23 12:31:54 -0600 |
commit | 1246231c488b5f980830384e83d39a839043082b (patch) | |
tree | b510c99e2dbd030aefd2c711c1033530b46fe0a6 /tools/buildman/test.py | |
parent | d77447fdb122dab290fb1ad184a62456011e6e06 (diff) | |
download | u-boot-1246231c488b5f980830384e83d39a839043082b.tar.gz |
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.py | 2 |
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')) |