summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2020-03-04 13:28:23 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2020-03-04 13:28:23 +0100
commit0d5cd0b0214494fa985c103e5141a08688dea48d (patch)
treec7d65f57671d1756da2ea52ce7b173d9b18236fa /toolchain/gdb/Makefile.inc
parentbc6956f08c225304cfb62b7314a660f52701d30c (diff)
gdb: update to 9.1
Diffstat (limited to 'toolchain/gdb/Makefile.inc')
-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 4e13fa354..7dea3adf2 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_8_3),y)
-PKG_VERSION:= 8.3.1
+ifeq ($(ADK_TOOLCHAIN_GDB_9_1),y)
+PKG_VERSION:= 9.1
PKG_RELEASE:= 1
-PKG_HASH:= 1e55b4d7cdca7b34be12f4ceae651623aa73b2fd640152313f9f66a7149757c4
+PKG_HASH:= 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif