diff options
author | Evgeniy Didin <Evgeniy.Didin@synopsys.com> | 2018-12-06 17:17:33 +0300 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-12-06 21:05:06 +0100 |
commit | 2f70946c399e43e8e52f189d4bc7e25979d178ee (patch) | |
tree | 94293c098c92ee361915615350ba16eb9b43e031 /package/binutils/binutils.hash | |
parent | c3d318ed30884d76abdcc9f4364d409215158d43 (diff) | |
download | buildroot-2f70946c399e43e8e52f189d4bc7e25979d178ee.tar.gz buildroot-2f70946c399e43e8e52f189d4bc7e25979d178ee.zip |
toolchain: fix URLs for ARC gcc/binutils/gdb
In commit cd9d58f1fc285bcc09f1e0e29ee300a8a9053053 ("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>
Diffstat (limited to 'package/binutils/binutils.hash')
-rw-r--r-- | package/binutils/binutils.hash | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/binutils/binutils.hash b/package/binutils/binutils.hash index 335bb751fb..ac0831ca27 100644 --- a/package/binutils/binutils.hash +++ b/package/binutils/binutils.hash @@ -5,4 +5,4 @@ sha512 e747ea20d8d79fcd21b9d9f6695059caa7189d60f19256da398e34b789fea9a133c32b19 sha512 0fca326feb1d5f5fe505a827b20237fe3ec9c13eaf7ec7e35847fd71184f605ba1cefe1314b1b8f8a29c0aa9d88162849ee1c1a3e70c2f7407d88339b17edb30 binutils-2.31.1.tar.xz # Locally calculated (fetched from Github) -sha512 5db8f749bfaf4d688ad3429018cbf2b5448b69d8f14a99e00df309d96735eae03da49b82ed38e4b2602c2da5b1b26b7453986b108e1898aff07cdef511802cdb binutils-arc-2018.09.tar.gz +sha512 a96dfcea6064fcd1aac1333ac0d631491bed8b0be9bdcf62f1447909c8f30d2cb8d9323ffeb7c9ad6b326ecddb72e3d28281684e73343189d0a4a37a11aef62f binutils-gdb-arc-2018.09-release.tar.gz |