diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-19 22:33:18 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-19 22:33:18 +0100 |
commit | 9bd580116f2f05685e5a332ed274eff14c04cee6 (patch) | |
tree | 0f4d4bc124e3ccb6be17a5f26db035df47601e78 /package/eglibc | |
parent | fd6baedafe514ef8bae0c72610a1182aefd1e6a4 (diff) | |
parent | b83c533fc2b2dee5dde9a4358684f3fe98da3fc0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/eglibc')
-rw-r--r-- | package/eglibc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/eglibc/Makefile b/package/eglibc/Makefile index 844b49876..e3603353f 100644 --- a/package/eglibc/Makefile +++ b/package/eglibc/Makefile @@ -65,6 +65,9 @@ do-install: ln -sf "../usr/share/zoneinfo/$$tz" \ ${IDIR_EGLIBC}/etc/localtime; \ fi +ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y) + $(CP) $(STAGING_TARGET_DIR)/lib/libssp.so* $(IDIR_EGLIBC)/lib/ +endif $(CP) $(STAGING_TARGET_DIR)/lib/ld* $(IDIR_EGLIBC)/lib/ -for file in libc libcrypt libdl libm libresolv librt libutil libnss_dns libnss_files; do \ $(CP) $(STAGING_TARGET_DIR)/lib/$$file.so* $(IDIR_EGLIBC)/lib/; \ |