toolchain: fix URLs for ARC gcc/binutils/gdb

In commit cd9d58f1fc ("toolchain: bumb
ARC tools to arc-2018.09 release"), the ARC-specific binutils, gcc and
gdb versions were updated to use the 2018.09 release. However, they
are mistakenly pointing to a branch rather than a tag. This commit
fixes that by using the proper release tag.

Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: arc-buildroot@synopsys.com
[Thomas: rework commit log]
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
Evgeniy Didin
2018-12-06 17:17:33 +03:00
committed by Thomas Petazzoni
parent c3d318ed30
commit 2f70946c39
9 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ endchoice
config BR2_BINUTILS_VERSION
string
default "arc-2018.09" if BR2_BINUTILS_VERSION_ARC
default "arc-2018.09-release" if BR2_BINUTILS_VERSION_ARC
default "2.28.1" if BR2_BINUTILS_VERSION_2_28_X
default "2.29.1" if BR2_BINUTILS_VERSION_2_29_X
default "2.30" if BR2_BINUTILS_VERSION_2_30_X