summaryrefslogtreecommitdiffstats
path: root/openwrt/toolchain
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 13:56:05 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-04-09 13:56:05 +0000
commit5e7b1974ff7a18e6781dee5b8a2b6a5a593ef40d (patch)
treefa4ebedfb32f1b02ba6286eeee2fb2cea36b4899 /openwrt/toolchain
parenta91e4d5ff5b326b4b2dd84654455d3646272351f (diff)
Remove libpthread from root_dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@602 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/toolchain')
-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 4fa048c5c..301c78d41 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