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:
21e8091
)
Merge bk://openembedded@openembedded.bkbits.net/packages
author
Michael Lauer
<mickey@vanille-media.de>
Fri, 23 Apr 2004 18:35:14 +0000
(18:35 +0000)
committer
Michael Lauer
<mickey@vanille-media.de>
Fri, 23 Apr 2004 18:35:14 +0000
(18:35 +0000)
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/04/23 20:35:07+02:00 uni-frankfurt.de!mickeyl
avoid problems when include/c++ symlink already exists in staging - patch courtesy pb_.
BKrev: 408961e2KIDwQzmJXnI2GVFEjatLrA
gcc/gcc-cross_3.3.3.oe
patch
|
blob
|
history
diff --git
a/gcc/gcc-cross_3.3.3.oe
b/gcc/gcc-cross_3.3.3.oe
index
0a7679b
..
1bbed53
100644
(file)
--- a/
gcc/gcc-cross_3.3.3.oe
+++ b/
gcc/gcc-cross_3.3.3.oe
@@
-58,6
+58,7
@@
do_stage_append () {
# Fix a few include links so cross builds are happier
if [ ! -e ${STAGING_INCDIR}/c++ ]; then
mkdir -p ${STAGING_INCDIR}
+ rm -f ${STAGING_INCDIR}/c++
ln -s ${CROSS_DIR}/${TARGET_SYS}/include/c++ \
${STAGING_INCDIR}/
fi