Browse Source

binutils: update to 2.29.1

Waldemar Brodkorb 6 years ago
parent
commit
0029978210

+ 1 - 1
target/config/Config.in.binutils

@@ -16,7 +16,7 @@ config ADK_TOOLCHAIN_BINUTILS_GIT
 	depends on !ADK_TARGET_ARCH_NDS32
 
 config ADK_TOOLCHAIN_BINUTILS_2_29
-	bool "2.29"
+	bool "2.29.1"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_CSKY
 	depends on !ADK_TARGET_ARCH_NDS32

+ 4 - 4
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

+ 0 - 0
toolchain/binutils/patches/2.29/xtensa-fix-memory-corruption-by-broken-sysregs.patch → toolchain/binutils/patches/2.29.1/xtensa-fix-memory-corruption-by-broken-sysregs.patch


+ 0 - 0
toolchain/binutils/patches/2.29/xtensa-ld-restore-old-section-sorting-behavior.patch → toolchain/binutils/patches/2.29.1/xtensa-ld-restore-old-section-sorting-behavior.patch


+ 1 - 1
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: