diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-05-27 15:05:50 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-05-27 15:05:50 +0200 |
commit | 374b5b5dcd6690ee14267d69111fac3b3c8e550c (patch) | |
tree | 1e16d1165fa68209e28a93054f21f987911ea7d9 /toolchain/gcc | |
parent | 4cbc1f59ccc37a0eefc825b2eca54f8656a06d3b (diff) |
arc: gcc/binutils upstream works fine for hsdk/qemu and nsim
Diffstat (limited to 'toolchain/gcc')
-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 f2cc5b294..0c07d7929 100644 --- a/toolchain/gcc/Makefile.inc +++ b/toolchain/gcc/Makefile.inc @@ -50,13 +50,6 @@ PKG_RELEASE:= 1 DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tar.xz LIBSTDCXXVER:= 23 endif -ifeq ($(ADK_TOOLCHAIN_GCC_ARC),y) -PKG_VERSION:= arc-2022.09 -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 |