diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-06-07 00:21:07 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-06-07 00:21:07 +0200 |
commit | 55bd62825ac7ad3e09886900bbea7992806f9143 (patch) | |
tree | f653e577743446704d9a89d9d3d58e3d511558f1 /toolchain | |
parent | 1ad75633a68132129d5896b6d6fb299d4d278a4c (diff) |
gdb: update to 9.2
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index 7dea3adf2..5e284fca8 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_1),y) -PKG_VERSION:= 9.1 +ifeq ($(ADK_TOOLCHAIN_GDB_9_2),y) +PKG_VERSION:= 9.2 PKG_RELEASE:= 1 -PKG_HASH:= 699e0ec832fdd2f21c8266171ea5bf44024bd05164fdf064e4d10cc4cf0d1737 +PKG_HASH:= 360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555 PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif |