From 1246231c488b5f980830384e83d39a839043082b Mon Sep 17 00:00:00 2001 From: Michal Simek Date: Mon, 20 Apr 2015 11:46:24 +0200 Subject: 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 Acked-by: Simon Glass Tested-by: Simon Glass Fixed unit test failure by updating the test: Signed-off-by: Simon Glass --- tools/buildman/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/buildman/test.py') diff --git a/tools/buildman/test.py b/tools/buildman/test.py index 7642d94..d8f3c81 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')) -- cgit v1.1