git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
74e7c9a
)
gcc-configure-cross.inc: create the target of the symlink if necessary;
author
Mike Westerhof
<mwester@dls.net>
Mon, 6 Oct 2008 03:16:30 +0000
(
03:16
+0000)
committer
Mike Westerhof
<mwester@dls.net>
Mon, 6 Oct 2008 03:16:30 +0000
(
03:16
+0000)
fixes build failures of gcc-cross-4.1.2
packages/gcc/gcc-configure-cross.inc
patch
|
blob
|
history
diff --git
a/packages/gcc/gcc-configure-cross.inc
b/packages/gcc/gcc-configure-cross.inc
index
d5800c7
..
aa4174e
100644
(file)
--- 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