aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc
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
commitb28b4fb0afc2c1354c597b43d4992b7d72c67aa0 (patch)
tree07f87f9820b89f771dd4ce3d11910cd17a7106f0 /toolchain/gcc
parent82ba2ad0178e70ba820767bce3293e043a2b0a75 (diff)
downloadmaster-187ad058-b28b4fb0afc2c1354c597b43d4992b7d72c67aa0.tar.gz
master-187ad058-b28b4fb0afc2c1354c597b43d4992b7d72c67aa0.tar.bz2
master-187ad058-b28b4fb0afc2c1354c597b43d4992b7d72c67aa0.zip
toolchain: remove another bogus copy of libiberty.a
Signed-off-by: Felix Fietkau <nbd@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42624 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc')
-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