From bc42e9e27d37fd9d8998a1a440f390e517ae90ed Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 1 Jun 2018 07:25:59 +0200 Subject: riscv: use github fork until upstream --- toolchain/gdb/Makefile.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toolchain') 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 -- cgit v1.2.3