toolchain: remove another bogus copy of libiberty.a
authorFelix Fietkau <nbd@openwrt.org>
Sat, 20 Sep 2014 11:11:48 +0000 (11:11 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sat, 20 Sep 2014 11:11:48 +0000 (11:11 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42624

toolchain/gcc/final/Makefile

index 2c25263db17b9ad419d16baf1441d0d27823fe87..3529616fd54ef0f751aaa307d4b29d7095495e4b 100644 (file)
@@ -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