summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-10-19 20:52:15 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-10-19 20:52:15 +0200
commit753383bdf29033a1c7244e31c42c2f5d9906010f (patch)
tree76f468b30d786cd2a37d565e93fda8f57069719c /toolchain
parenta54b226832e9b6e957d1db9b8c081adeb4ef09df (diff)
parent4404645c4b980a135411b7e4b13546b15a48d49e (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile.inc6
-rw-r--r--toolchain/elf2flt/Makefile2
-rw-r--r--toolchain/musl/Makefile.inc2
3 files changed, 5 insertions, 5 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
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index a42398a3e..4017c2ad3 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -6,7 +6,7 @@ include Makefile.inc
include ../rules.mk
include ${ADK_TOPDIR}/mk/buildhlp.mk
-BINUTILS_VERSION:= 2.24
+BINUTILS_VERSION:= 2.22
$(WRKBUILD)/.headers:
$(WRKBUILD)/.configured:
diff --git a/toolchain/musl/Makefile.inc b/toolchain/musl/Makefile.inc
index 9b0fb88b8..12fc5aee5 100644
--- a/toolchain/musl/Makefile.inc
+++ b/toolchain/musl/Makefile.inc
@@ -10,5 +10,5 @@ PKG_VERSION:= $(ADK_LIBC_VERSION)
PKG_SITES:= http://www.musl-libc.org/releases/
endif
PKG_RELEASE:= 1
-PKG_MD5SUM:= f18f3bdbe088438cd64a5313c19a7312
+PKG_MD5SUM:= 94f8aa9dab80229fed68991bb9984cc5
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz