diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-17 16:14:23 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2024-01-17 16:14:23 +0100 |
commit | f590e7e918469cd1e8472c5c1eca1f6345b39510 (patch) | |
tree | 5223ac52b5d26a59e096131c687587b4a0252f59 /toolchain | |
parent | d53ba30e987b407b4e70b0e952f2148c9e16d71e (diff) |
gdb: update to 14.1
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 a315ed223..aa600e20d 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_14_1),y) +PKG_VERSION:= 14.1 +PKG_RELEASE:= 1 +PKG_HASH:= d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80 +PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif ifeq ($(ADK_TOOLCHAIN_GDB_13_2),y) PKG_VERSION:= 13.2 PKG_RELEASE:= 1 |