summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-13 23:34:59 +0100
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2015-12-13 23:35:14 +0100
commit66cac3eadc9acc2783886327a3146cc633e270e7 (patch)
tree776df9c5b853be1a5e353cd06d4c8bef7e1f3c93 /toolchain
parent4a7a5894296872c34a16ec6193a78d7cd6e76b8b (diff)
gdb: update to latest stable version
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 2a9141ada..24d6c87af 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_10),y)
-PKG_VERSION:= 7.10
+ifeq ($(ADK_TOOLCHAIN_GDB_7_10_1),y)
+PKG_VERSION:= 7.10.1
PKG_RELEASE:= 1
-PKG_HASH:= 7ebdaa44f9786ce0c142da4e36797d2020c55fa091905ac5af1846b5756208a8
+PKG_HASH:= 25c72f3d41c7c8554d61cacbeacd5f40993276d2ccdec43279ac546e3993d6d5
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif