diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-02 12:14:38 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-02 12:14:38 +0200 |
commit | c216be4a49b4f8b95f5c3ac02564a44d5c6703b9 (patch) | |
tree | d23c3be4461ddacef0ed83b53ca80fe92e31a9df /toolchain/binutils/Makefile.inc | |
parent | 6805e3b098f5a78c44cdb9e6ed44ee8520f03773 (diff) |
binutils: add 2.41 for testing
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 fff318947..134878d7e 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_41),y) +PKG_VERSION:= 2.41 +PKG_RELEASE:= 1 +PKG_HASH:= ae9a5789e23459e59606e6714723f2d3ffc31c03174191ef0d015bdf06007450 +PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_40),y) PKG_VERSION:= 2.40 PKG_RELEASE:= 1 |