summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-01-24 17:35:24 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2017-01-24 17:35:59 +0100
commita966b807ebd009cb10559559eb0c07f54fee26fb (patch)
treeb790f1936186bc199d4c92320616b34d71f70105 /toolchain/gdb
parentf5a32ccc8db573d377e491105bdb95f36c0ad977 (diff)
gdb: update to 7.12.1
Diffstat (limited to 'toolchain/gdb')
-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 072277687..8fab6df27 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_7_12),y)
-PKG_VERSION:= 7.12
+ifeq ($(ADK_TOOLCHAIN_GDB_7_12_1),y)
+PKG_VERSION:= 7.12.1
PKG_RELEASE:= 1
-PKG_HASH:= 834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94
+PKG_HASH:= 4607680b973d3ec92c30ad029f1b7dbde3876869e6b3a117d8a7e90081113186
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif