summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-02 18:35:17 +0000
committerWaldemar Brodkorb <wbx@uclibc-ng.org>2018-02-02 18:35:17 +0000
commit779e259868d6e664235b6835ffd5e795776b4fa4 (patch)
treec87c312402d2351e467f91e80e2d64d904b51623 /toolchain
parent4a762acdd380273ac072a66aaca12be2cc6d7a1f (diff)
gdb: update to 8.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 5ccc6d0de..7fc31eea2 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_0_1),y)
-PKG_VERSION:= 8.0.1
+ifeq ($(ADK_TOOLCHAIN_GDB_8_1),y)
+PKG_VERSION:= 8.1
PKG_RELEASE:= 1
-PKG_HASH:= 3dbd5f93e36ba2815ad0efab030dcd0c7b211d7b353a40a53f4c02d7d56295e3
+PKG_HASH:= af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif