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 | c4fb88720eec0cbfd6ac2106e6c25ad35827000a (patch) | |
tree | 9c9571515e5d2261b7554ad792c220f0ef22b1b1 /toolchain/gcc | |
parent | 68147004e23ccd216cf61cc85bfeedcbe9cbe3f7 (diff) | |
download | upstream-c4fb88720eec0cbfd6ac2106e6c25ad35827000a.tar.gz upstream-c4fb88720eec0cbfd6ac2106e6c25ad35827000a.tar.bz2 upstream-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')
-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 |