From 14cb884013ff7034c7bdd19ba704b252095039ad Mon Sep 17 00:00:00 2001 From: nbd Date: Sat, 20 Sep 2014 11:12:19 +0000 Subject: [PATCH] toolchain: remove another bogus copy of libiberty.a Signed-off-by: Felix Fietkau Backport of r42624 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42625 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/final/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile index 2c25263..3529616 100644 --- a/toolchain/gcc/final/Makefile +++ b/toolchain/gcc/final/Makefile @@ -69,6 +69,7 @@ define Host/Install done; \ ); $(if $(CONFIG_EXTRA_TARGET_ARCH),$(call SetupExtraArch)) + $(RM) $(TOOLCHAIN_DIR)/lib/libiberty.a $(SCRIPT_DIR)/patch-specs.sh "$(TOOLCHAIN_DIR)" endef