summaryrefslogtreecommitdiff
path: root/toolchain/gcc/Makefile.inc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2017-07-21 22:35:37 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2017-07-29 03:43:36 +0200
commit53361ff7109edba622d927dc9d58c212d0a2f507 (patch)
tree63367a47caaa9ffbb078f03d32e887832f1475f5 /toolchain/gcc/Makefile.inc
parent4de977100948cc66b892fe4dafa6d2b6fbbe5b34 (diff)
add basic support for architecture c-sky, not yet working
Diffstat (limited to 'toolchain/gcc/Makefile.inc')
-rw-r--r--toolchain/gcc/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc
index 0b4103c91..8a1d5fa43 100644
--- a/toolchain/gcc/Makefile.inc
+++ b/toolchain/gcc/Makefile.inc
@@ -33,6 +33,13 @@ 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_CSKY),y)
+PKG_VERSION:= gcc-6-branch-csky
+PKG_GIT:= branch
+PKG_SITES:= https://github.com/c-sky/gcc.git
+PKG_RELEASE:= 1
+DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz
+endif
ifeq ($(ADK_TOOLCHAIN_GCC_OR1K),y)
PKG_VERSION:= musl-5.4.0
PKG_GIT:= branch