install static libraries from uclibc to the rootfs staging dir
SVN-Revision: 17169
This commit is contained in:
parent
b0bf5fd9a0
commit
907fb8d8e5
1 changed files with 4 additions and 0 deletions
|
@ -247,6 +247,10 @@ define Package/libc/install
|
||||||
$(call Package/$(LIBC)/install,$1)
|
$(call Package/$(LIBC)/install,$1)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
define Package/libc/install_lib
|
||||||
|
$(CP) $(filter-out %/libdl_pic.a,$(wildcard $(TOOLCHAIN_DIR)/usr/lib/lib*.a)) $(1)/lib/
|
||||||
|
endef
|
||||||
|
|
||||||
define Package/libpthread/install
|
define Package/libpthread/install
|
||||||
$(INSTALL_DIR) $(1)/lib
|
$(INSTALL_DIR) $(1)/lib
|
||||||
$(CP) $(TOOLCHAIN_DIR)/lib/libpthread.so.* $(1)/lib/
|
$(CP) $(TOOLCHAIN_DIR)/lib/libpthread.so.* $(1)/lib/
|
||||||
|
|
Loading…
Reference in a new issue