From 900fed32d668c14d7362f7ceb270bd25ceb71e8e Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 4 Dec 2016 14:20:21 +0100 Subject: arc workaround no longer required --- toolchain/gcc/Makefile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'toolchain') diff --git a/toolchain/gcc/Makefile b/toolchain/gcc/Makefile index 21c58100d..ba00225f5 100644 --- a/toolchain/gcc/Makefile +++ b/toolchain/gcc/Makefile @@ -238,10 +238,6 @@ endif ifeq ($(ADK_TARGET_CPU_SH_SH4A),y) (cd ${STAGING_TARGET_DIR}/ && ln -sf . m4a) endif -endif -ifeq ($(ADK_TARGET_ARCH_ARC),y) - $(SED) 's/crtbeginS.o libgmon.a crtg.o/crtbeginS.o crtg.o/' \ - $(WRKBUILD)/libgcc/config.host endif $(SED) '/k prot/agcc_cv_libc_provides_ssp=yes' $(WRKBUILD)/gcc/configure cd $(GCC_BUILD_DIR_INITIAL); \ -- cgit v1.2.3