diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:56:05 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-04-09 13:56:05 +0000 |
commit | 0be770aef6cf3658ebeb3157cd41f40e5857eecf (patch) | |
tree | 02b1e0302a8876791d25bd824bdb84b46f61a100 /toolchain | |
parent | 0b9bb8f512244d50bbf354ccd9243e13d21807ee (diff) | |
download | upstream-0be770aef6cf3658ebeb3157cd41f40e5857eecf.tar.gz upstream-0be770aef6cf3658ebeb3157cd41f40e5857eecf.tar.bz2 upstream-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')
-rw-r--r-- | toolchain/uClibc/Makefile | 1 |
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 |