summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-08-06 20:29:20 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-08-06 20:38:39 +0200
commit50229d9ba08af42c1e2e7db11c4760c085903156 (patch)
treedfd96bfc9f5dfac37bca9377fce72b385b23d13f /toolchain/binutils/Makefile.inc
parent210b0b25ee2a8bc62f921a695835d04810516357 (diff)
binutils: update to 2.29
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'toolchain/binutils/Makefile.inc')
-rw-r--r--toolchain/binutils/Makefile.inc20
1 files changed, 3 insertions, 17 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index 49a03ec1e..63b22e4d3 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -2,24 +2,10 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= binutils
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_28),y)
-PKG_VERSION:= 2.28
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_29),y)
+PKG_VERSION:= 2.29
PKG_RELEASE:= 1
-PKG_HASH:= cd717966fc761d840d451dbd58d44e1e5b92949d2073d75b73fccb476d772fcf
-PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-endif
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_27),y)
-PKG_VERSION:= 2.27
-PKG_RELEASE:= 1
-PKG_HASH:= 26253bf0f360ceeba1d9ab6965c57c6a48a01a8343382130d1ed47c468a3094f
-PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-endif
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_26_1),y)
-PKG_VERSION:= 2.26.1
-PKG_RELEASE:= 1
-PKG_HASH:= dd9c3e37c266e4fefba68e444e2a00538b3c902dd31bf4912d90dca6d830a2a1
+PKG_HASH:= 172e8c89472cf52712fd23a9f14e9bca6182727fb45b0f8f482652a83d5a11b4
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif