aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2014-09-20 11:12:19 +0000
committerFelix Fietkau <nbd@openwrt.org>2014-09-20 11:12:19 +0000
commitd5795bac5d0fe69f06410d0acdb65e1e509e2e3a (patch)
treebe6ec2306fee96f468e5f0893d7dcead22847652
parenta63d9f023640cb90fa92e08a801ed846c1947d91 (diff)
downloadupstream-14.07.tar.gz
upstream-14.07.tar.bz2
upstream-14.07.zip
toolchain: remove another bogus copy of libiberty.av14.07
Signed-off-by: Felix Fietkau <nbd@openwrt.org> Backport of r42624 git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42625 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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