diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-09 13:56:05 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-04-09 13:56:05 +0000 |
commit | 5032e211047581af65dcdc33f90656578a3e5d20 (patch) | |
tree | 02b1e0302a8876791d25bd824bdb84b46f61a100 | |
parent | 6608b7f87e149c3bb7a39edbd9928896bfceeaf2 (diff) |
Remove libpthread from root_dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@602 3c298f89-4303-0410-b956-a3cf2f4a3e73
-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 |