mirror of
https://github.com/outbackdingo/openwrt.git
synced 2026-02-17 08:00:31 +00:00
allow mklibs.py to optimize libgcc_s.so.1
SVN-Revision: 17437
This commit is contained in:
@@ -247,6 +247,7 @@ endef
|
||||
|
||||
define Package/libc/install_lib
|
||||
$(CP) $(filter-out %/libdl_pic.a,$(wildcard $(TOOLCHAIN_DIR)/usr/lib/lib*.a)) $(1)/lib/
|
||||
$(CP) $(TOOLCHAIN_DIR)/usr/lib/gcc/*/*/libgcc.a $(1)/lib/libgcc_s_pic.a
|
||||
endef
|
||||
|
||||
define Package/libpthread/install
|
||||
|
||||
Reference in New Issue
Block a user