From b444904395a5b18150bbfeabdbf47c0a699391b5 Mon Sep 17 00:00:00 2001 From: Mike Westerhof Date: Mon, 6 Oct 2008 03:16:30 +0000 Subject: [PATCH] gcc-configure-cross.inc: create the target of the symlink if necessary; fixes build failures of gcc-cross-4.1.2 --- packages/gcc/gcc-configure-cross.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/gcc/gcc-configure-cross.inc b/packages/gcc/gcc-configure-cross.inc index d5800c78ff..aa4174edc4 100644 --- a/packages/gcc/gcc-configure-cross.inc +++ b/packages/gcc/gcc-configure-cross.inc @@ -27,6 +27,7 @@ do_stage_append () { # Fix a few include links so cross builds are happier if [ ! -e ${STAGING_INCDIR}/c++ ]; then mkdir -p ${STAGING_INCDIR} + mkdir -p ${CROSS_DIR}/${TARGET_SYS}/include/c++ ln -sf ${CROSS_DIR}/${TARGET_SYS}/include/c++ \ ${STAGING_INCDIR}/ fi -- 2.39.5