summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2024-07-16 15:42:45 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2024-07-16 15:42:45 +0200
commit69f755a0d88bdec0d4de4fc13508388872297f94 (patch)
tree6b161edcfef040b7ee4693534c400c5c62cace81 /toolchain/gdb
parent839d80bdd20924e171b9e863eca30bd7e9382d34 (diff)
gdb: update to 15.1, remove 12.1
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Makefile.inc14
1 files changed, 7 insertions, 7 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index c38242eef..0262ff2e0 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -2,6 +2,13 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gdb
+ifeq ($(ADK_TOOLCHAIN_GDB_15_1),y)
+PKG_VERSION:= 15.1
+PKG_RELEASE:= 1
+PKG_HASH:= 8b61b0c2bdd9d9c83b113c9167866bdb474651d291fedcaa5eb7cde49bd47036
+PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
+endif
ifeq ($(ADK_TOOLCHAIN_GDB_14_2),y)
PKG_VERSION:= 14.2
PKG_RELEASE:= 1
@@ -16,13 +23,6 @@ PKG_HASH:= 7ead13d9e19fa0c57bb19104e1a5f67eefa9fc79f2e6360de491e8fddeda1e30
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
endif
-ifeq ($(ADK_TOOLCHAIN_GDB_12_1),y)
-PKG_VERSION:= 12.1
-PKG_RELEASE:= 1
-PKG_HASH:= 87296a3a9727356b56712c793704082d5df0ff36a34ca9ec9734fc9a8bdfdaab
-PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz
-endif
ifeq ($(ADK_TOOLCHAIN_GDB_6_7_1),y)
PKG_VERSION:= 6.7.1
PKG_RELEASE:= 1