summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2018-06-01 07:25:59 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2018-06-01 07:26:13 +0200
commitbc42e9e27d37fd9d8998a1a440f390e517ae90ed (patch)
tree47ae93832456cd29758f09d177d323be0d1f981c /toolchain
parent491e1c07944ef06eedb57b01f477fc780a57aa2c (diff)
riscv: use github fork until upstream
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/gdb/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc
index 7fc31eea2..ca3a57f3e 100644
--- a/toolchain/gdb/Makefile.inc
+++ b/toolchain/gdb/Makefile.inc
@@ -24,6 +24,13 @@ 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