projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c4157e
)
toolchain: drop the mips softfloat symlink hack
author
Felix Fietkau
<nbd@openwrt.org>
Sun, 19 Oct 2014 21:46:03 +0000
(21:46 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sun, 19 Oct 2014 21:46:03 +0000
(21:46 +0000)
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 42975
package/libs/toolchain/Makefile
patch
|
blob
|
history
diff --git
a/package/libs/toolchain/Makefile
b/package/libs/toolchain/Makefile
index 1de0c2807a43553aac91977e2e0a9af169c70d0c..5e7116f3871f8de5ebedf3971ea42d01d15ac23f 100644
(file)
--- a/
package/libs/toolchain/Makefile
+++ b/
package/libs/toolchain/Makefile
@@
-476,7
+476,6
@@
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
$(TOOLCHAIN_DIR)/lib/libc.so* \
$(1)/lib/
ln -s ../../lib/$(LD_MUSL_NAME) $(1)/usr/bin/ldd
- $(if $(findstring -sf.so,$(LD_MUSL_NAME)),ln -s $(LD_MUSL_NAME) $(1)/lib/$(subst -sf.so,.so,$(LD_MUSL_NAME)))
endef
define Package/libc/install