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/gcc | |
parent | 604544804f69ed8b3cee8776a8f0078459c2b1d9 (diff) |
reintroduce arc binutils/gcc from github
Diffstat (limited to 'toolchain/gcc')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index 84bd536fc..fff7dc896 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -34,6 +34,13 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz LIBSTDCXXVER:= 23 endif +ifeq ($(ADK_TOOLCHAIN_GCC_ARC),y) +PKG_VERSION:= arc-2020.09-eng007 +PKG_GIT:= tag +PKG_SITES:= https://github.com/foss-for-synopsys-dwc-arc-processors/gcc.git +PKG_RELEASE:= 1 +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz +endif ifeq ($(ADK_TOOLCHAIN_GCC_AVR32),y) PKG_VERSION:= 4.4.7 PKG_HASH:= 76ad7c433af1c798a1e116c4dfa8f5f794f0d32bff65f88c54dcd5e5d146fc32 |