summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2019-03-03 15:01:12 +0100
committerWaldemar Brodkorb <wbrodkorb@conet.de>2019-03-03 15:01:12 +0100
commitb2235e2aacb0c9f9d3c90935daac0f84629811ab (patch)
tree1f771884afdc865c68b63b1b26d67b76018b0623 /toolchain
parente7dde065d37c80298f1b9bc1d77eb44b8a1d41de (diff)
binutils: update to 2.32
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/binutils/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc
index 20d17ce01..f9d589ace 100644
--- a/toolchain/binutils/Makefile.inc
+++ b/toolchain/binutils/Makefile.inc
@@ -2,10 +2,10 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= binutils
-ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_31),y)
-PKG_VERSION:= 2.31.1
+ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_32),y)
+PKG_VERSION:= 2.32
PKG_RELEASE:= 1
-PKG_HASH:= 5d20086ecf5752cc7d9134246e9588fa201740d540f7eb84d795b1f7a93bca86
+PKG_HASH:= 0ab6c55dd86a92ed561972ba15b9b70a8b9f75557f896446c82e8b36e473ee04
PKG_SITES:= ${MASTER_SITE_GNU:=binutils/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif