summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/final
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-20 11:11:48 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-20 11:11:48 +0000
commitc4fb88720eec0cbfd6ac2106e6c25ad35827000a (patch)
tree9c9571515e5d2261b7554ad792c220f0ef22b1b1 /toolchain/gcc/final
parent68147004e23ccd216cf61cc85bfeedcbe9cbe3f7 (diff)
downloadmaster-31e0f0ae-c4fb88720eec0cbfd6ac2106e6c25ad35827000a.tar.gz
master-31e0f0ae-c4fb88720eec0cbfd6ac2106e6c25ad35827000a.tar.bz2
master-31e0f0ae-c4fb88720eec0cbfd6ac2106e6c25ad35827000a.zip
toolchain: remove another bogus copy of libiberty.a
Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 42624
Diffstat (limited to 'toolchain/gcc/final')
-rw-r--r--toolchain/gcc/final/Makefile1
1 files changed, 1 insertions, 0 deletions
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