summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-01-28 16:56:17 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2021-01-28 16:56:17 +0100
commit9af35a8c128da54d3461d0e9b61268dbee395e7f (patch)
tree2502935a95e168a710be2859919576ec26f396ef
parent4d8a094c6c30f938dcf3fc0bba068850dec96594 (diff)
gdb: update to 10.1
-rw-r--r--package/gdb/Makefile6
-rw-r--r--package/gdbserver/Makefile4
-rw-r--r--target/config/Config.in.gdb4
-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 10c201f4f..a53d3a257 100644
--- a/package/gdb/Makefile
+++ b/package/gdb/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= gdb
-PKG_VERSION:= 9.2
+PKG_VERSION:= 10.1
PKG_RELEASE:= 1
-PKG_HASH:= 360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
+PKG_HASH:= f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0
PKG_DESCR:= program debugger
PKG_SECTION:= app/debug
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
@@ -14,7 +14,7 @@ PKG_DEPENDS:= libncurses zlib libexpat libthread-db
PKG_BUILDDEP:= ncurses readline expat zlib
PKG_NEEDS:= c++
-PKG_ARCH_DEPENDS:= !arc !cris !avr32 !microblaze
+PKG_ARCH_DEPENDS:= !cris !avr32 !microblaze
include ${ADK_TOPDIR}/mk/package.mk
diff --git a/package/gdbserver/Makefile b/package/gdbserver/Makefile
index 531d5df6b..39746677d 100644
--- a/package/gdbserver/Makefile
+++ b/package/gdbserver/Makefile
@@ -4,9 +4,9 @@
include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= gdbserver
-PKG_VERSION:= 9.2
+PKG_VERSION:= 10.1
PKG_RELEASE:= 1
-PKG_HASH:= 360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
+PKG_HASH:= f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0
PKG_DESCR:= remote program debugger utility
PKG_SECTION:= app/debug
PKG_NEEDS:= c++
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index 25df4c4a0..ae74a6d2a 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -33,8 +33,8 @@ config ADK_TOOLCHAIN_GDB_H8300_GIT
bool "h8300-git"
depends on ADK_TARGET_ARCH_H8300
-config ADK_TOOLCHAIN_GDB_9_2
- bool "9.2"
+config ADK_TOOLCHAIN_GDB_10_1
+ bool "10.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 5e284fca8..46dff1a59 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_9_2),y)
-PKG_VERSION:= 9.2
+ifeq ($(ADK_TOOLCHAIN_GDB_10_1),y)
+PKG_VERSION:= 10.1
PKG_RELEASE:= 1
-PKG_HASH:= 360cd7ae79b776988e89d8f9a01c985d0b1fa21c767a4295e5f88cb49175c555
+PKG_HASH:= f82f1eceeec14a3afa2de8d9b0d3c91d5a3820e23e0a01bbb70ef9f0276b62c0
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif