mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +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
|
||||
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
|
||||
rm -f ${CROSS_DIR}/lib/libiberty.a
|
||||
|
||||
|
||||
Reference in New Issue
Block a user