summaryrefslogtreecommitdiff
path: root/toolchain/binutils/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-02-05 15:32:45 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-02-05 17:34:50 +0100
commit5d9eedc6f4fe00e1e76dd1f06af690fe1fb775eb (patch)
treea8d4b014ed32712f9744fbdae97b10ddbb1772e8 /toolchain/binutils/Makefile.inc
parent0f1c941e0a61012b662023df404ec0f6eb10559c (diff)
binutils: update to 2.42, fix kvx gcc/linux using the latest version from github
Diffstat (limited to 'toolchain/binutils/Makefile.inc')
-rw-r--r--toolchain/binutils/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
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