summaryrefslogtreecommitdiff
path: root/openwrt/toolchain/uClibc
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-04-09 13:56:05 +0000
committerNicolas Thill <nico@openwrt.org>2005-04-09 13:56:05 +0000
commit9d0e3fc57eb65101ee5ed6e0076413403e31df14 (patch)
treefa4ebedfb32f1b02ba6286eeee2fb2cea36b4899 /openwrt/toolchain/uClibc
parent690878dd45f0b2fd678612285147663fd7e338b9 (diff)
downloadmtk-20170518-9d0e3fc57eb65101ee5ed6e0076413403e31df14.zip
mtk-20170518-9d0e3fc57eb65101ee5ed6e0076413403e31df14.tar.gz
mtk-20170518-9d0e3fc57eb65101ee5ed6e0076413403e31df14.tar.bz2
Remove libpthread from root_dir
SVN-Revision: 602
Diffstat (limited to 'openwrt/toolchain/uClibc')
-rw-r--r--openwrt/toolchain/uClibc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/openwrt/toolchain/uClibc/Makefile b/openwrt/toolchain/uClibc/Makefile
index 4fa048c..301c78d 100644
--- a/openwrt/toolchain/uClibc/Makefile
+++ b/openwrt/toolchain/uClibc/Makefile
@@ -6,5 +6,6 @@ source: uclibc-source
prepare: uclibc-configured
compile: $(UCLIBC_DIR)/lib/libc.a
install: uclibc
+ rm -rf $(TARGET_DIR)/lib/libpthread*.so*
$(STRIP) $(TARGET_DIR)/lib/*.so
clean: uclibc-toolclean