summaryrefslogtreecommitdiffstats
path: root/package/glibc
diff options
context:
space:
mode:
authorEvgeniy Didin <Evgeniy.Didin@synopsys.com>2018-11-27 14:04:11 +0300
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-11-29 21:32:51 +0100
commitcd9d58f1fc285bcc09f1e0e29ee300a8a9053053 (patch)
tree1f2434e4f89002262cb4917c8bed4a964fcd0e41 /package/glibc
parent48ea9fa4a43a8eef3306dd6091e04ba3812df57b (diff)
downloadbuildroot-cd9d58f1fc285bcc09f1e0e29ee300a8a9053053.tar.gz
buildroot-cd9d58f1fc285bcc09f1e0e29ee300a8a9053053.zip
toolchain: bumb ARC tools to arc-2018.09 release
This commit finally bumps ARC tools to the most recent arc-2018.09 release version. ARC GNU tools of version arc-2018.09 bring some quite significant changes like: * Binutils v2.31.1 with additional ARC patches * GCC 8.2.1 with additional ARC patches * glibc 2.28 with additional ARC patches More information on this release could be found here: https://github.com/foss-for-synopsys-dwc-arc-processors/toolchain/releases/tag/arc-2018.09-release Signed-off-by: Evgeniy Didin <Evgeniy.Didin@synopsys.com> Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com> Cc: arc-buildroot@synopsys.com Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/glibc')
-rw-r--r--package/glibc/arc-2018.09-release/glibc.hash (renamed from package/glibc/arc-2018.09-rc2/glibc.hash)2
-rw-r--r--package/glibc/glibc.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/glibc/arc-2018.09-rc2/glibc.hash b/package/glibc/arc-2018.09-release/glibc.hash
index 9182271131..8e70ce0436 100644
--- a/package/glibc/arc-2018.09-rc2/glibc.hash
+++ b/package/glibc/arc-2018.09-release/glibc.hash
@@ -1,5 +1,5 @@
# Locally calculated (fetched from Github)
-sha256 017dce426a4f4db2d77783e318c32f29b75b01e231f65052e10c7d935b8b22e3 glibc-arc-2018.09-rc2.tar.gz
+sha256 cc2aa6b16641ebcf1492bf6245897d8c263c96b6e30375d09351306a12b6d529 glibc-arc-2018.09-release.tar.gz
# Hashes for license files
sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/glibc/glibc.mk b/package/glibc/glibc.mk
index 2db9d29892..b3a4fc798d 100644
--- a/package/glibc/glibc.mk
+++ b/package/glibc/glibc.mk
@@ -5,7 +5,7 @@
################################################################################
ifeq ($(BR2_arc),y)
-GLIBC_VERSION = arc-2018.09-rc2
+GLIBC_VERSION = arc-2018.09-release
GLIBC_SITE = $(call github,foss-for-synopsys-dwc-arc-processors,glibc,$(GLIBC_VERSION))
else
# Generate version string using:
OpenPOWER on IntegriCloud