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:
Marcin Juszkiewicz 2008-07-31 11:06:56 +00:00
parent 5b06f27887
commit 2d5d1ef1ac
1 changed files with 0 additions and 7 deletions

View File

@ -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