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/glibc | |
parent | fd6baedafe514ef8bae0c72610a1182aefd1e6a4 (diff) | |
parent | b83c533fc2b2dee5dde9a4358684f3fe98da3fc0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/glibc')
-rw-r--r-- | package/glibc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/glibc/Makefile b/package/glibc/Makefile index 9d890c18b..7733cf7ca 100644 --- a/package/glibc/Makefile +++ b/package/glibc/Makefile @@ -42,6 +42,9 @@ do-install: ${CP} ${STAGING_TARGET_DIR}/etc/gai.conf ${IDIR_GLIBC}/etc/ ${CP} ${STAGING_TARGET_DIR}/etc/nscd.conf ${IDIR_GLIBC}/etc/ ${CP} ${STAGING_TARGET_DIR}/etc/nsswitch.conf ${IDIR_GLIBC}/etc/ +ifeq ($(ADK_TOOLCHAIN_GCC_USE_SSP),y) + $(CP) $(STAGING_TARGET_DIR)/lib/libssp.so* $(IDIR_GLIBC)/lib/ +endif $(CP) $(STAGING_TARGET_DIR)/lib/ld*.so* $(IDIR_GLIBC)/lib/ -for file in libc libcrypt libdl libm libresolv librt libutil libnss_compat libnss_dns libnss_files; do \ $(CP) $(STAGING_TARGET_DIR)/lib/$$file.so* $(IDIR_GLIBC)/lib/; \ |