Author: nbd Date: 2014-09-20 13:11:48 +0200 (Sat, 20 Sep 2014) New Revision: 42624
Modified: trunk/toolchain/gcc/final/Makefile Log: toolchain: remove another bogus copy of libiberty.a Signed-off-by: Felix Fietkau <[email protected]> Modified: trunk/toolchain/gcc/final/Makefile =================================================================== --- trunk/toolchain/gcc/final/Makefile 2014-09-19 18:23:20 UTC (rev 42623) +++ trunk/toolchain/gcc/final/Makefile 2014-09-20 11:11:48 UTC (rev 42624) @@ -69,6 +69,7 @@ done; \ ); $(if $(CONFIG_EXTRA_TARGET_ARCH),$(call SetupExtraArch)) + $(RM) $(TOOLCHAIN_DIR)/lib/libiberty.a $(SCRIPT_DIR)/patch-specs.sh "$(TOOLCHAIN_DIR)" endef _______________________________________________ openwrt-commits mailing list [email protected] https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-commits
