aboutsummaryrefslogtreecommitdiffstats
path: root/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
commit0be770aef6cf3658ebeb3157cd41f40e5857eecf (patch)
tree02b1e0302a8876791d25bd824bdb84b46f61a100 /toolchain/uClibc
parent0b9bb8f512244d50bbf354ccd9243e13d21807ee (diff)
downloadmaster-187ad058-0be770aef6cf3658ebeb3157cd41f40e5857eecf.tar.gz
master-187ad058-0be770aef6cf3658ebeb3157cd41f40e5857eecf.tar.bz2
master-187ad058-0be770aef6cf3658ebeb3157cd41f40e5857eecf.zip
Remove libpthread from root_dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@602 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc')
-rw-r--r--toolchain/uClibc/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile
index 4fa048c5c4..301c78d419 100644
--- a/toolchain/uClibc/Makefile
+++ b/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