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.oe2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/gcc-uclibc-cross_3.3.3.oe b/gcc/gcc-uclibc-cross_3.3.3.oe
index 5746f3fc71..2bd9be1be9 100644
--- a/gcc/gcc-uclibc-cross_3.3.3.oe
+++ b/gcc/gcc-uclibc-cross_3.3.3.oe
@@ -53,7 +53,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