From: Felix Fietkau Date: Sat, 20 Sep 2014 11:12:19 +0000 (+0000) Subject: toolchain: remove another bogus copy of libiberty.a X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=8948557aeacd24c8222e7c476e5fdae774c58d2b toolchain: remove another bogus copy of libiberty.a Signed-off-by: Felix Fietkau Backport of r42624 SVN-Revision: 42625 --- diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile index 2c25263db1..3529616fd5 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