summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-09-22 22:40:44 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-09-23 19:57:30 +0200
commit0029978210c660c21803c355e10fb5faf2188430 (patch)
treebd8fef25f04766aa0b211a1d5f55fc9258f1995f /toolchain
parent949733be25ad16626420d3732374881eac104309 (diff)
binutils: update to 2.29.1
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile.inc8
-rw-r--r--toolchain/binutils/patches/2.29.1/xtensa-fix-memory-corruption-by-broken-sysregs.patch (renamed from toolchain/binutils/patches/2.29/xtensa-fix-memory-corruption-by-broken-sysregs.patch)0
-rw-r--r--toolchain/binutils/patches/2.29.1/xtensa-ld-restore-old-section-sorting-behavior.patch (renamed from toolchain/binutils/patches/2.29/xtensa-ld-restore-old-section-sorting-behavior.patch)0
-rw-r--r--toolchain/elf2flt/Makefile2
4 files changed, 5 insertions, 5 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index 63b22e4d3..1262a882f 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -3,11 +3,11 @@
PKG_NAME:= binutils
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y)
-PKG_VERSION:= 2.29
+PKG_VERSION:= 2.29.1
PKG_RELEASE:= 1
-PKG_HASH:= 172e8c89472cf52712fd23a9f14e9bca6182727fb45b0f8f482652a83d5a11b4
-PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+PKG_HASH:= 56507e116d070271325a216e13f125a1fad0fe2d23966aab5cfedd4a8e66b214
+PKG_SITES:= ftp://sourceware.org/pub/binutils/snapshots/
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_ARC),y)
PKG_VERSION:= arc-2016.09-release
diff --git a/toolchain/binutils/patches/2.29/xtensa-fix-memory-corruption-by-broken-sysregs.patch b/toolchain/binutils/patches/2.29.1/xtensa-fix-memory-corruption-by-broken-sysregs.patch
index 30103ee05..30103ee05 100644
--- a/toolchain/binutils/patches/2.29/xtensa-fix-memory-corruption-by-broken-sysregs.patch
+++ b/toolchain/binutils/patches/2.29.1/xtensa-fix-memory-corruption-by-broken-sysregs.patch
diff --git a/toolchain/binutils/patches/2.29/xtensa-ld-restore-old-section-sorting-behavior.patch b/toolchain/binutils/patches/2.29.1/xtensa-ld-restore-old-section-sorting-behavior.patch
index b4118378d..b4118378d 100644
--- a/toolchain/binutils/patches/2.29/xtensa-ld-restore-old-section-sorting-behavior.patch
+++ b/toolchain/binutils/patches/2.29.1/xtensa-ld-restore-old-section-sorting-behavior.patch
diff --git a/toolchain/elf2flt/Makefile b/toolchain/elf2flt/Makefile
index fd5fe19a4..244b61f67 100644
--- a/toolchain/elf2flt/Makefile
+++ b/toolchain/elf2flt/Makefile
@@ -10,7 +10,7 @@ ifeq ($(ADK_TOOLCHAIN_BINUTILS_GIT),y)
BINUTILS_VERSION:= git
endif
ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y)
-BINUTILS_VERSION:= 2.29
+BINUTILS_VERSION:= 2.29.1
endif
$(WRKBUILD)/.configured: