diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-02 03:12:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2020-10-02 03:12:52 +0200 |
commit | bdfc425becf0bb66494b3c80b9ff67df33db74ad (patch) | |
tree | 20fdafe20cf25f473a9619325f650663c6431314 /toolchain/binutils | |
parent | 604544804f69ed8b3cee8776a8f0078459c2b1d9 (diff) |
reintroduce arc binutils/gcc from github
Diffstat (limited to 'toolchain/binutils')
-rw-r--r-- | toolchain/binutils/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/binutils/Makefile.inc b/toolchain/binutils/Makefile.inc index 025762499..259229334 100644 --- a/toolchain/binutils/Makefile.inc +++ b/toolchain/binutils/Makefile.inc @@ -23,6 +23,13 @@ PKG_HASH:= cd717966fc761d840d451dbd58d44e1e5b92949d2073d75b73fccb476d772fcf PKG_SITES:= ${MASTER_SITE_GNU:=binutils/} DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.gz endif +ifeq ($(ADK_TOOLCHAIN_BINUTILS_ARC),y) +PKG_VERSION:= arc-2020.09-eng007 +PKG_GIT:= tag +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_NDS32),y) PKG_VERSION:= nds32-binutils-2.30-branch-open PKG_GIT:= branch |