mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2025-02-20 15:24:42 +02:00
Remove libpthread from root_dir
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@602 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
a91e4d5ff5
commit
5e7b1974ff
@ -6,5 +6,6 @@ source: uclibc-source
|
|||||||
prepare: uclibc-configured
|
prepare: uclibc-configured
|
||||||
compile: $(UCLIBC_DIR)/lib/libc.a
|
compile: $(UCLIBC_DIR)/lib/libc.a
|
||||||
install: uclibc
|
install: uclibc
|
||||||
|
rm -rf $(TARGET_DIR)/lib/libpthread*.so*
|
||||||
$(STRIP) $(TARGET_DIR)/lib/*.so
|
$(STRIP) $(TARGET_DIR)/lib/*.so
|
||||||
clean: uclibc-toolclean
|
clean: uclibc-toolclean
|
||||||
|
Loading…
x
Reference in New Issue
Block a user