diff options
author | Richard Purdie <richard@openedhand.com> | 2008-06-11 11:53:14 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2008-06-11 11:53:14 +0000 |
commit | 64a64788c1da8b0f8772be85fd5f0a76756459dc (patch) | |
tree | 69ec5c8d0e4c36170656ae622f4dacb7cadac105 /meta/packages/gcc | |
parent | 3bac7a0ab219522cdd98c37228d0c1c196667a70 (diff) | |
download | poky-64a64788c1da8b0f8772be85fd5f0a76756459dc.tar.gz |
gcc-cross-configure.inc: Move libssp to staging directory
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4619 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gcc')
-rw-r--r-- | meta/packages/gcc/gcc-configure-cross.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-configure-cross.inc b/meta/packages/gcc/gcc-configure-cross.inc index 68b8fd1ccf..c05cf3dff8 100644 --- a/meta/packages/gcc/gcc-configure-cross.inc +++ b/meta/packages/gcc/gcc-configure-cross.inc | |||
@@ -40,6 +40,10 @@ do_stage_append () { | |||
40 | 40 | ||
41 | # We probably don't need these | 41 | # We probably don't need these |
42 | rmdir ${CROSS_DIR}/include || : | 42 | rmdir ${CROSS_DIR}/include || : |
43 | |||
44 | # Move libssp into staging | ||
45 | install -d ${STAGING_DIR_TARGET}${layout_base_libdir}/ | ||
46 | mv ${CROSS_DIR}/${TARGET_SYS}/lib/libssp* ${STAGING_DIR_TARGET}${layout_base_libdir}/ || true | ||
43 | 47 | ||
44 | # We don't really need to keep this around | 48 | # We don't really need to keep this around |
45 | # rm -rf ${CROSS_DIR}/share but leave java there | 49 | # rm -rf ${CROSS_DIR}/share but leave java there |