summaryrefslogtreecommitdiff
path: root/gcc/gcc-uclibc-cross_3.3.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc-uclibc-cross_3.3.3.oe')
-rw-r--r--gcc/gcc-uclibc-cross_3.3.3.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gcc-uclibc-cross_3.3.3.oe b/gcc/gcc-uclibc-cross_3.3.3.oe
index e7d8b4c493..123c804d58 100644
--- a/gcc/gcc-uclibc-cross_3.3.3.oe
+++ b/gcc/gcc-uclibc-cross_3.3.3.oe
@@ -51,10 +51,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