[U-Boot] [PATCH] 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 --- tools/buildman/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tools/buildman/README b/tools/buildman/README index 62ab7b7441c4..ccea13fd2dbc 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/

On 26 January 2017 at 07:25, Alexey Brodkin Alexey.Brodkin@synopsys.com wrote:
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
tools/buildman/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass sjg@chromium.org

On Thu, Jan 26, 2017 at 05:25:59PM +0300, Alexey Brodkin wrote:
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
Applied to u-boot/master, thanks!
participants (3)
-
Alexey Brodkin
-
Simon Glass
-
Tom Rini