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 | 9d0e3fc57eb65101ee5ed6e0076413403e31df14 (patch) | |
tree | fa4ebedfb32f1b02ba6286eeee2fb2cea36b4899 /openwrt/toolchain/uClibc | |
parent | 690878dd45f0b2fd678612285147663fd7e338b9 (diff) | |
download | mtk-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/Makefile | 1 |
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 |