summaryrefslogtreecommitdiff
path: root/toolchain/gdb/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-06-10 10:54:21 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-06-10 10:54:28 -0500
commitf37da1684f5ecc03ffadf85e9eca01d8c378a1c7 (patch)
tree7e0bfad3d3245a8923d9cf54d2aac51e2a216e13 /toolchain/gdb/Makefile.inc
parent348fad38b9858144a1bab78662c47fc6ec8599d5 (diff)
update gdb, enable sim only for supported architectures
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 9ba9ea85e..800c944dc 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_9),y)
-PKG_VERSION:= 7.9
+ifeq ($(ADK_TOOLCHAIN_GDB_7_9_1),y)
+PKG_VERSION:= 7.9.1
PKG_RELEASE:= 1
-PKG_HASH:= 9b315651a16528f7af8c7d8284699fb0c965df316cc7339bb0b7bae335848392
+PKG_HASH:= cd9c543a411a05b2b647dd38936034b68c2b5d6f10e0d51dc168c166c973ba40
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif