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.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.3.2.oe b/gcc/gcc-cross_3.3.2.oe
index 73192999e7..1e59605e55 100644
--- a/gcc/gcc-cross_3.3.2.oe
+++ b/gcc/gcc-cross_3.3.2.oe
@@ -56,7 +56,7 @@ do_stage_append () {
# Fix a few include links so cross builds are happier
if [ ! -e ${STAGING_INCDIR}/c++ ]; then
mkdir -p ${STAGING_INCDIR}
- ln -s ${CROSS_DIR}/${TARGET_SYS}/include/c++ \
+ ln -sf ${CROSS_DIR}/${TARGET_SYS}/include/c++ \
${STAGING_INCDIR}/
fi