From 53361ff7109edba622d927dc9d58c212d0a2f507 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 21 Jul 2017 22:35:37 +0200 Subject: add basic support for architecture c-sky, not yet working --- toolchain/binutils/Makefile.inc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'toolchain/binutils/Makefile.inc') diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index d6c09ef93..49a03ec1e 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -30,6 +30,13 @@ PKG_RELEASE:= 1 PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/binutils-gdb.git DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz endif +ifeq ($(ADK_TOOLCHAIN_BINUTILS_CSKY),y) +PKG_VERSION:= binutils-2_27-branch-csky +PKG_GIT:= branch +PKG_RELEASE:= 1 +PKG_SITES:= https://github.com/c-sky/binutils-gdb.git +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif ifeq ($(ADK_TOOLCHAIN_BINUTILS_NDS32),y) PKG_VERSION:= 2.24-nds32 PKG_RELEASE:= 1 -- cgit v1.2.3