summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/gdbserver/patches/7.11.1/nommu.patch (renamed from package/gdbserver/patches/7.11/nommu.patch)0
-rw-r--r--target/config/Config.in.gdb6
-rw-r--r--toolchain/gdb/Makefile.inc6
3 files changed, 6 insertions, 6 deletions
diff --git a/package/gdbserver/patches/7.11/nommu.patch b/package/gdbserver/patches/7.11.1/nommu.patch
index 9db54501f..9db54501f 100644
--- a/package/gdbserver/patches/7.11/nommu.patch
+++ b/package/gdbserver/patches/7.11.1/nommu.patch
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index 3c962d671..a9d279044 100644
--- a/target/config/Config.in.gdb
+++ b/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
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index f576fdd29..56083767c 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_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