Browse Source

gdb: update to 7.11.1

Waldemar Brodkorb 8 years ago
parent
commit
6c4495b080

+ 0 - 0
package/gdbserver/patches/7.11/nommu.patch → package/gdbserver/patches/7.11.1/nommu.patch


+ 3 - 3
target/config/Config.in.gdb

@@ -4,7 +4,7 @@
 choice
 prompt "GNU debugger version"
 default ADK_TOOLCHAIN_GDB_H8300_GIT if ADK_TARGET_ARCH_H8300
-default ADK_TOOLCHAIN_GDB_7_11
+default ADK_TOOLCHAIN_GDB_7_11_1
 
 config ADK_TOOLCHAIN_GDB_GIT
 	bool "git"
@@ -15,8 +15,8 @@ config ADK_TOOLCHAIN_GDB_H8300_GIT
 	bool "h8300-git"
 	depends on ADK_TARGET_ARCH_H8300
 
-config ADK_TOOLCHAIN_GDB_7_11
-	bool "7.11"
+config ADK_TOOLCHAIN_GDB_7_11_1
+	bool "7.11.1"
 	depends on !ADK_TARGET_ARCH_AVR32
 	depends on !ADK_TARGET_ARCH_H8300
 

+ 3 - 3
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_11),y)
-PKG_VERSION:=		7.11
+ifeq ($(ADK_TOOLCHAIN_GDB_7_11_1),y)
+PKG_VERSION:=		7.11.1
 PKG_RELEASE:=		1
-PKG_HASH:=		7a434116cb630d77bb40776e8f5d3937bed11dea56bafebb4d2bc5dd389fe5c1
+PKG_HASH:=		e9216da4e3755e9f414c1aa0026b626251dfc57ffe572a266e98da4f6988fc70
 PKG_SITES:=		${MASTER_SITE_GNU:=gdb/}
 DISTFILES:=		${PKG_NAME}-${PKG_VERSION}.tar.xz
 endif