Browse Source

gdb: update to 10.1

Waldemar Brodkorb 3 years ago
parent
commit
9af35a8c12
4 changed files with 10 additions and 10 deletions
  1. 3 3
      package/gdb/Makefile
  2. 2 2
      package/gdbserver/Makefile
  3. 2 2
      target/config/Config.in.gdb
  4. 3 3
      toolchain/gdb/Makefile.inc

+ 3 - 3
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
 

+ 2 - 2
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++

+ 2 - 2
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

+ 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_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