projects
/
openwrt
/
staging
/
neocturne.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6814700
)
toolchain: remove another bogus copy of libiberty.a
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 20 Sep 2014 11:11:48 +0000
(11:11 +0000)
committer
Felix 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
patch
|
blob
|
history
diff --git
a/toolchain/gcc/final/Makefile
b/toolchain/gcc/final/Makefile
index 2c25263db17b9ad419d16baf1441d0d27823fe87..3529616fd54ef0f751aaa307d4b29d7095495e4b 100644
(file)
--- 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