mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 00:20:08 +00:00
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
This commit is contained in:
@@ -41,6 +41,10 @@ do_stage_append () {
|
|||||||
# We probably don't need these
|
# We probably don't need these
|
||||||
rmdir ${CROSS_DIR}/include || :
|
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
|
# We don't really need to keep this around
|
||||||
# rm -rf ${CROSS_DIR}/share but leave java there
|
# rm -rf ${CROSS_DIR}/share but leave java there
|
||||||
for d in share/man share/info;
|
for d in share/man share/info;
|
||||||
|
|||||||
Reference in New Issue
Block a user