summaryrefslogtreecommitdiff
path: root/gcc/gcc-cross_3.3.2.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc-cross_3.3.2.oe')
-rw-r--r--gcc/gcc-cross_3.3.2.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gcc-cross_3.3.2.oe b/gcc/gcc-cross_3.3.2.oe
index e01ec2f0e0..ad601bc31a 100644
--- a/gcc/gcc-cross_3.3.2.oe
+++ b/gcc/gcc-cross_3.3.2.oe
@@ -54,10 +54,10 @@ do_stage_append () {
rm -f ${CROSS_DIR}/bin/*gccbug
# Fix a few include links so cross builds are happier
- if [ ! -e ${STAGING_DIR}/target/include/c++ ]; then
- mkdir -p ${STAGING_DIR}/target/include
+ if [ ! -e ${STAGING_INCDIR}/c++ ]; then
+ mkdir -p ${STAGING_INCDIR}
ln -s ${CROSS_DIR}/${TARGET_SYS}/include/c++ \
- ${STAGING_DIR}/target/include/
+ ${STAGING_INCDIR}/
fi
# We use libiberty from binutils