diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-29 15:26:35 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-29 15:42:40 +0100 |
commit | 4c6c03c3152d6b9f8c08746e797781566b2fc2cb (patch) | |
tree | f91d1abdb520f52087b3b4775b5fb9f4448117d9 /toolchain | |
parent | e8a52fd6a3dd4693849a99edd217c38bacb5401d (diff) |
csky: rework qemu support
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gcc/Makefile.inc | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/toolchain/gcc/Makefile.inc b/toolchain/gcc/Makefile.inc index 0784fe078..4586d5282 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -33,13 +33,6 @@ 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 |