diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-17 09:12:04 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-17 09:13:56 +0200 |
commit | ba3eb533284c66880857253d2149004334f1b7a8 (patch) | |
tree | 7fdf46fd9d18a95006f7166de532f515411ab5ac /toolchain | |
parent | ce4c046ac4b89b316532591e21c371c2662a4841 (diff) |
csky: add old gcc back
Diffstat (limited to 'toolchain')
-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 4586d5282..0784fe078 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_AVR32),y) PKG_VERSION:= 4.4.7 PKG_HASH:= 76ad7c433af1c798a1e116c4dfa8f5f794f0d32bff65f88c54dcd5e5d146fc32 |