diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-06 16:15:49 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-08-06 16:15:49 +0200 |
commit | c711de541fe8e719157f6d9bf9237d1cdef0fbbe (patch) | |
tree | 521e97321bb4ca6d666ed4efe69a19118b7f972e /toolchain | |
parent | 95665c3a38c73a2732654ebbb1879061613a9ff1 (diff) |
binutils: add 2.43 and default to it
Diffstat (limited to 'toolchain')
-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 4e31a01e7..34e2329ce 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_43),y) +PKG_VERSION:= 2.43 +PKG_RELEASE:= 1 +PKG_HASH:= 025c436d15049076ebe511d29651cc4785ee502965a8839936a65518582bdd64 +PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz +endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_2_42),y) PKG_VERSION:= 2.42 PKG_RELEASE:= 1 |