From 5d9eedc6f4fe00e1e76dd1f06af690fe1fb775eb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 5 Feb 2024 15:32:45 +0100 Subject: binutils: update to 2.42, fix kvx gcc/linux using the latest version from github --- toolchain/binutils/Makefile.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toolchain/binutils/Makefile.inc') diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 633e03450..8f6baf2dd 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -2,6 +2,13 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= binutils +ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_42),y) +PKG_VERSION:= 2.42 +PKG_RELEASE:= 1 +PKG_HASH:= f6e4d41fd5fc778b06b7891457b3620da5ecea1006c6a4a41ae998109f85a800 +PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_41),y) PKG_VERSION:= 2.41 PKG_RELEASE:= 1 -- cgit v1.2.3