diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-02-11 17:19:50 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-02-11 17:19:50 +0100 |
commit | 077915e15b57b396eb0581269e3e32f8b4ff79ba (patch) | |
tree | b693f87e749fa304c7e3d30fdb981c35856ce57a /toolchain/binutils/Makefile.inc | |
parent | a03a6cf6ad7c9982184f37208853ef8aab5bc782 (diff) |
binutils: update to 2.44, remove gold support
Diffstat (limited to 'toolchain/binutils/Makefile.inc')
-rw-r--r-- | toolchain/binutils/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 72a4eb856..9e9e9a4c4 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_44),y) +PKG_VERSION:= 2.44 +PKG_RELEASE:= 1 +PKG_HASH:= 0cdd76777a0dfd3dd3a63f215f030208ddb91c2361d2bcc02acec0f1c16b6a2e +PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz +endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_43_1),y) PKG_VERSION:= 2.43.1 PKG_RELEASE:= 1 |