summaryrefslogtreecommitdiff
path: root/gcc/gcc-cross_3.4.0.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/gcc-cross_3.4.0.oe')
-rw-r--r--gcc/gcc-cross_3.4.0.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-cross_3.4.0.oe b/gcc/gcc-cross_3.4.0.oe
index 9839345526..ea78592d89 100644
--- a/gcc/gcc-cross_3.4.0.oe
+++ b/gcc/gcc-cross_3.4.0.oe
@@ -51,7 +51,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