summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-01-28 16:56:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-01-28 16:56:17 +0100
commit9af35a8c128da54d3461d0e9b61268dbee395e7f (patch)
tree2502935a95e168a710be2859919576ec26f396ef /toolchain
parent4d8a094c6c30f938dcf3fc0bba068850dec96594 (diff)
gdb: update to 10.1
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 5e284fca8..46dff1a59 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_9_2),y)
-PKG_VERSION:= 9.2
+ifeq ($(ADK_TOOLCHAIN_GDB_10_1),y)
+PKG_VERSION:= 10.1
PKG_RELEASE:= 1
-PKG_HASH:= 360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
+PKG_HASH:= f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif