summaryrefslogtreecommitdiff
path: root/toolchain/binutils
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-19 11:08:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-19 11:08:20 +0200
commit2a2aaf69a4294f5f35880221cda874bff1042a43 (patch)
tree4a79c7e3b0ea273707777335405a91e1151542be /toolchain/binutils
parentd74c98569c8ff411767631398341867556e7d7f1 (diff)
fix checksums for binutils
Diffstat (limited to 'toolchain/binutils')
-rw-r--r--toolchain/binutils/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index 8e1392bed..06d6a8321 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -14,21 +14,21 @@ ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_23_ARC),y)
# https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb/tree/arc-2.23-tls
PKG_VERSION:= 2.23
PKG_RELEASE:= 1
-PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
+PKG_MD5SUM:= d93bc027e259b00e91810d563575b54f
PKG_SITES:= http://www.openadk.org/distfiles/
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-arc.tar.xz
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_22),y)
PKG_VERSION:= 2.22
PKG_RELEASE:= 1
-PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
+PKG_MD5SUM:= 8b3ad7090e3989810943aa19103fdb83
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_20_1),y)
PKG_VERSION:= 2.20.1
PKG_RELEASE:= 1
-PKG_MD5SUM:= a5dd5dd2d212a282cc1d4a84633e0d88
+PKG_MD5SUM:= eccf0f9bc62864b29329e3302c88a228
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif