summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-10-10 00:50:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-10-10 00:50:56 +0200
commit97e04ea21a34985e7d687c82fea496ca579ef062 (patch)
treef61aa9e6090a1ad961315d81dd7b6b1ca9688d5d /toolchain
parent204f8f3695954d9e30700a26fd75361cfa215957 (diff)
gdb: update to 8.3.1
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gdb/Makefile.inc11
1 files changed, 2 insertions, 9 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index 54d8f6202..c08c4c1b8 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -2,8 +2,8 @@
# material, please see the LICENCE file in the top-level directory.
PKG_NAME:= gdb
-ifeq ($(ADK_TOOLCHAIN_GDB_8_2),y)
-PKG_VERSION:= 8.2.1
+ifeq ($(ADK_TOOLCHAIN_GDB_8_3),y)
+PKG_VERSION:= 8.3.1
PKG_RELEASE:= 1
PKG_HASH:= 0a6a432907a03c5c8eaad3c3cffd50c00a40c3a5e3c4039440624bae703f2202
PKG_SITES:= ${MASTER_SITE_GNU:=gdb/}
@@ -24,13 +24,6 @@ PKG_GIT:= branch
PKG_SITES:= git://git.pf.osdn.jp/gitroot/y/ys/ysato/binutils_gdb.git
DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
endif
-ifeq ($(ADK_TOOLCHAIN_GDB_RISCV_GIT),y)
-PKG_VERSION:= riscv-gdb-8.1
-PKG_RELEASE:= 1
-PKG_GIT:= branch
-PKG_SITES:= https://github.com/riscv/riscv-binutils-gdb.git
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
-endif
ifeq ($(ADK_TOOLCHAIN_GDB_GIT),y)
PKG_VERSION:= git
PKG_RELEASE:= 1