diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-02-23 16:24:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-02-23 16:24:35 +0100 |
commit | 2251aeff08a8a9bd9748190d8faa5e9b81382b89 (patch) | |
tree | 771dd1bfd171af0cb334831bee973a89a598a6ae /toolchain | |
parent | b87ec573206f109cc42a1380cff43f480c00349b (diff) |
gdb: update to 16.2
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index 0262ff2e0..0fac2ecb9 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -2,6 +2,13 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gdb +ifeq ($(ADK_TOOLCHAIN_GDB_16_2),y) +PKG_VERSION:= 16.2 +PKG_RELEASE:= 1 +PKG_HASH:= bdc1da4a033280ac752e7d34b0418efaa45bed093235cb88e62ea961752a37f8 +PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz +endif ifeq ($(ADK_TOOLCHAIN_GDB_15_1),y) PKG_VERSION:= 15.1 PKG_RELEASE:= 1 |