From: nbd Date: Sat, 20 Sep 2014 11:12:19 +0000 (+0000) Subject: toolchain: remove another bogus copy of libiberty.a X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=14cb884013ff7034c7bdd19ba704b252095039ad;p=14.07%2Fopenwrt.git 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 --- 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