From 05bc8e4702554eb96f25b601171deb86305bbf49 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 7 Oct 2014 00:17:46 -0500 Subject: use binutils 2.22 for coldfire, too --- toolchain/elf2flt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'toolchain') 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: -- cgit v1.2.3 From d74c98569c8ff411767631398341867556e7d7f1 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 14 Oct 2014 23:31:35 +0200 Subject: update musl to latest stable version --- target/config/Config.in.libc.choice | 4 ++-- target/config/Config.in.libc.default | 2 +- toolchain/musl/Makefile.inc | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'toolchain') diff --git a/target/config/Config.in.libc.choice b/target/config/Config.in.libc.choice index 9f4772876..69296c05c 100644 --- a/target/config/Config.in.libc.choice +++ b/target/config/Config.in.libc.choice @@ -104,8 +104,8 @@ config ADK_TARGET_LIB_UCLIBC_0_9_33_2 boolean depends on ADK_TARGET_LIB_UCLIBC -config ADK_TARGET_LIB_MUSL_1_1_4 - prompt "1.1.4" +config ADK_TARGET_LIB_MUSL_1_1_5 + prompt "1.1.5" boolean depends on ADK_TARGET_LIB_MUSL diff --git a/target/config/Config.in.libc.default b/target/config/Config.in.libc.default index 5f46ea41a..ba4d93294 100644 --- a/target/config/Config.in.libc.default +++ b/target/config/Config.in.libc.default @@ -22,7 +22,7 @@ config ADK_TARGET_LIBC config ADK_LIBC_VERSION string - default "1.1.4" if ADK_TARGET_LIB_MUSL_1_1_4 + default "1.1.5" if ADK_TARGET_LIB_MUSL_1_1_5 default "0.9.33.2" if ADK_TARGET_LIB_UCLIBC_0_9_33_2 default "2.20" if ADK_TARGET_LIB_GLIBC_2_20 default "git" if ADK_TARGET_LIB_UCLIBC_NG_GIT || \ 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 -- cgit v1.2.3 From 2a2aaf69a4294f5f35880221cda874bff1042a43 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 19 Oct 2014 11:08:20 +0200 Subject: fix checksums for binutils --- toolchain/binutils/Makefile.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'toolchain') 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 -- cgit v1.2.3