]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-cross-configure.inc: Move libssp to staging directory
authorRichard Purdie <richard@openedhand.com>
Wed, 11 Jun 2008 11:53:14 +0000 (11:53 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 11 Jun 2008 11:53:14 +0000 (11:53 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4619 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gcc/gcc-configure-cross.inc

index 68b8fd1ccf903125a88d9e55dbae58b1b0943097..c05cf3dff86e9fbbec4dd8921c63ee7e290069f7 100644 (file)
@@ -40,6 +40,10 @@ do_stage_append () {
 
        # We probably don't need these
        rmdir ${CROSS_DIR}/include || :
+       
+       # Move libssp into staging
+       install -d ${STAGING_DIR_TARGET}${layout_base_libdir}/
+       mv ${CROSS_DIR}/${TARGET_SYS}/lib/libssp* ${STAGING_DIR_TARGET}${layout_base_libdir}/ || true
 
        # We don't really need to keep this around
        # rm -rf ${CROSS_DIR}/share but leave java there