diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-09-20 11:12:19 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-09-20 11:12:19 +0000 |
commit | d5795bac5d0fe69f06410d0acdb65e1e509e2e3a (patch) | |
tree | be6ec2306fee96f468e5f0893d7dcead22847652 /toolchain/gcc/final/Makefile | |
parent | a63d9f023640cb90fa92e08a801ed846c1947d91 (diff) | |
download | upstream-d5795bac5d0fe69f06410d0acdb65e1e509e2e3a.tar.gz upstream-d5795bac5d0fe69f06410d0acdb65e1e509e2e3a.tar.bz2 upstream-d5795bac5d0fe69f06410d0acdb65e1e509e2e3a.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
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 |