summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-03-10 03:53:48 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2024-03-10 03:53:48 +0100
commit7b3aab4d4c900024c27c24130e22dc6eb1fd30c6 (patch)
tree749cc3684ec534198f07cd7c86439fa3334f657c /toolchain
parent50564cc508098a307ae86aa0c0c7563d4c511373 (diff)
gdb/gdbserver: update to 14.2
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gdb/Makefile.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index aa600e20d..b4892c99d 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -2,10 +2,10 @@
# 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
+ifeq ($(ADK_TOOLCHAIN_GDB_14_2),y)
+PKG_VERSION:= 14.2
PKG_RELEASE:= 1
-PKG_HASH:= d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80
+PKG_HASH:= 2d4dd8061d8ded12b6c63f55e45344881e8226105f4d2a9b234040efa5ce7772
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif