diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2017-01-26 17:25:59 +0300 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-01-28 14:04:50 -0500 |
commit | a55bed1208b0e912f9a0025039b9740b692933d2 (patch) | |
tree | 70227e52d3597fc270741c35853fcf5813daf448 | |
parent | d4363baada1505e126fc75c292f17903ab9c9e3a (diff) |
buildman: Update link to the most recent prebuilt ARC toolachin
To troubleshoot unexpected bhavior during building and what's more
important during execution it is strongly recommended to use recent
ARC toolchain, and so we're now referring to arc-2016.09 which is the
latest as of today.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
-rw-r--r-- | tools/buildman/README | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildman/README b/tools/buildman/README index 62ab7b7441..ccea13fd2d 100644 --- a/tools/buildman/README +++ b/tools/buildman/README @@ -455,7 +455,7 @@ $ sudo mv ~/.buildman-toolchains/*/* /toolchains/ For those not available from kernel.org, download from the following links. arc: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/ - arc_gnu_2015.06_prebuilt_uclibc_le_archs_linux_install.tar.gz + download/arc-2016.09-release/arc_gnu_2016.09_prebuilt_uclibc_le_archs_linux_install.tar.gz blackfin: http://sourceforge.net/projects/adi-toolchain/files/ blackfin-toolchain-elf-gcc-4.5-2014R1_45-RC2.x86_64.tar.bz2 nds32: http://osdk.andestech.com/packages/ |