projects
/
15.05
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5453549
)
allow mklibs.py to optimize libgcc_s.so.1
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 29 Aug 2009 03:51:43 +0000
(
03:51
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 29 Aug 2009 03:51:43 +0000
(
03:51
+0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17437
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/base-files/Makefile
patch
|
blob
|
history
diff --git
a/package/base-files/Makefile
b/package/base-files/Makefile
index
92257d8
..
e6cbb21
100644
(file)
--- a/
package/base-files/Makefile
+++ b/
package/base-files/Makefile
@@
-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