summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--package/gdb/Makefile4
-rw-r--r--package/gdbserver/Makefile4
-rw-r--r--target/config/Config.in.gdb6
-rw-r--r--toolchain/gdb/Makefile.inc6
4 files changed, 10 insertions, 10 deletions
diff --git a/package/gdb/Makefile b/package/gdb/Makefile
index 34e973f12..889f31116 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= gdb
-PKG_VERSION:= 8.1
+PKG_VERSION:= 8.2.1
PKG_RELEASE:= 1
-PKG_HASH:= af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34
+PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
PKG_DESCR:= programm debugger
PKG_SECTION:= app/debug
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile
index e7f905a42..d0a9a7c57 100644
--- a/package/gdbserver/Makefile
+++ b/package/gdbserver/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= gdbserver
-PKG_VERSION:= 8.1
+PKG_VERSION:= 8.2.1
PKG_RELEASE:= 1
-PKG_HASH:= af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34
+PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
PKG_DESCR:= remote programm debugger utility
PKG_SECTION:= app/debug
PKG_NEEDS:= c++
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index 00e12c62a..d07a29ac1 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -23,7 +23,7 @@ depends on ADK_TOOLCHAIN_WITH_GDB
default ADK_TOOLCHAIN_GDB_H8300_GIT if ADK_TARGET_ARCH_H8300
default ADK_TOOLCHAIN_GDB_RISCV_GIT if ADK_TARGET_ARCH_RISCV32
default ADK_TOOLCHAIN_GDB_RISCV_GIT if ADK_TARGET_ARCH_RISCV64
-default ADK_TOOLCHAIN_GDB_8_1
+default ADK_TOOLCHAIN_GDB_8_2
config ADK_TOOLCHAIN_GDB_GIT
bool "git"
@@ -41,8 +41,8 @@ config ADK_TOOLCHAIN_GDB_RISCV_GIT
bool "riscv-git"
depends on ADK_TARGET_ARCH_RISCV32 || ADK_TARGET_ARCH_RISCV64
-config ADK_TOOLCHAIN_GDB_8_1
- bool "8.1"
+config ADK_TOOLCHAIN_GDB_8_2
+ bool "8.2.1"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_NDS32
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index ca3a57f3e..54d8f6202 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_1),y)
-PKG_VERSION:= 8.1
+ifeq ($(ADK_TOOLCHAIN_GDB_8_2),y)
+PKG_VERSION:= 8.2.1
PKG_RELEASE:= 1
-PKG_HASH:= af61a0263858e69c5dce51eab26662ff3d2ad9aa68da9583e8143b5426be4b34
+PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif