diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-01-31 11:33:33 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-02-03 09:56:38 +0100 |
commit | 8d12c84b5b23a5fa9082d6246f788d25b50b8653 (patch) | |
tree | 5130c071f07a7a28db86b489d06389d2ea2fbe4d /toolchain/binutils | |
parent | 53ad4fe57a1d4bb39efb68eb9d06b941275fe59b (diff) |
binutils: update to 2.40
Diffstat (limited to 'toolchain/binutils')
-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 ab0b86a98..45eb7a036 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_40),y) +PKG_VERSION:= 2.40 +PKG_RELEASE:= 1 +PKG_HASH:= 0f8a4c272d7f17f369ded10a4aca28b8e304828e95526da482b0ccc4dfc9d8e1 +PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_39),y) PKG_VERSION:= 2.39 PKG_RELEASE:= 1 |