Преглед изворни кода

arc workaround no longer required

Waldemar Brodkorb пре 9 година
родитељ
комит
900fed32d6
1 измењених фајлова са 0 додато и 4 уклоњено
  1. 0 4
      toolchain/gcc/Makefile

+ 0 - 4
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); \