diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-20 11:11:48 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-20 11:11:48 +0000 |
commit | b28b4fb0afc2c1354c597b43d4992b7d72c67aa0 (patch) | |
tree | 07f87f9820b89f771dd4ce3d11910cd17a7106f0 /toolchain/gcc/final/Makefile | |
parent | 82ba2ad0178e70ba820767bce3293e043a2b0a75 (diff) | |
download | upstream-b28b4fb0afc2c1354c597b43d4992b7d72c67aa0.tar.gz upstream-b28b4fb0afc2c1354c597b43d4992b7d72c67aa0.tar.bz2 upstream-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/final/Makefile')
-rw-r--r-- | toolchain/gcc/final/Makefile | 1 |
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 |