[U-Boot] [PATCH] buildman: Add gcc 4.9.0 with Microblaze toolchain
Michal Simek
michal.simek at xilinx.com
Mon Apr 20 11:46:24 CEST 2015
Also read gcc 4.9.0 at kernel.org which also have Microblaze toolchain.
Signed-off-by: Michal Simek <michal.simek at xilinx.com>
---
tools/buildman/README | 2 +-
tools/buildman/toolchain.py | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/tools/buildman/README b/tools/buildman/README
index e870d54c1ff6..8ecdd8f85419 100644
--- a/tools/buildman/README
+++ b/tools/buildman/README
@@ -348,7 +348,7 @@ At the time of writing, U-Boot has these architectures:
arc, arm, avr32, blackfin, m68k, microblaze, mips, nds32, nios2, openrisc
powerpc, sandbox, sh, sparc, x86
-Of these, only arc, microblaze and nds32 are not available at kernel.org..
+Of these, only arc and nds32 are not available at kernel.org..
How to run it
diff --git a/tools/buildman/toolchain.py b/tools/buildman/toolchain.py
index 051da11ef01d..e33e10532ee9 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)
--
2.3.5
More information about the U-Boot
mailing list