mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
gcc-cross: remove not used symlinking for cross builds
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4990 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -24,13 +24,6 @@ do_stage_append () {
|
|||||||
rm -rf ${CROSS_DIR}/$d
|
rm -rf ${CROSS_DIR}/$d
|
||||||
done
|
done
|
||||||
|
|
||||||
# Fix a few include links so cross builds are happier
|
|
||||||
if [ ! -e ${STAGING_INCDIR}/c++ ]; then
|
|
||||||
mkdir -p ${STAGING_INCDIR}
|
|
||||||
ln -sf ${CROSS_DIR}/${TARGET_SYS}/include/c++ \
|
|
||||||
${STAGING_INCDIR}/
|
|
||||||
fi
|
|
||||||
|
|
||||||
# We use libiberty from binutils
|
# We use libiberty from binutils
|
||||||
rm -f ${CROSS_DIR}/lib/libiberty.a
|
rm -f ${CROSS_DIR}/lib/libiberty.a
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user