diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-29 03:51:43 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-08-29 03:51:43 +0000 |
commit | dc91a5dceffb09f6c42a0cef03ace32c8b02d8e6 (patch) | |
tree | da52da1c33c2c362b09a4046de4f3a919e4e48bd /package/base-files/Makefile | |
parent | f092ffba2796f8958a411420fd04dfe11f546eca (diff) |
allow mklibs.py to optimize libgcc_s.so.1
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17437 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/Makefile')
-rw-r--r-- | package/base-files/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/base-files/Makefile b/package/base-files/Makefile index 92257d801..e6cbb2161 100644 --- 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 |