summaryrefslogtreecommitdiff
path: root/gcc/gcc-cross_3.3.3.oe
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
committerChris Larson <clarson@kergoth.com>2004-03-22 22:37:29 +0000
commitf249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch)
tree93735f3e25beab7ac8bf066c504df17b244db4eb /gcc/gcc-cross_3.3.3.oe
parent11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff)
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'gcc/gcc-cross_3.3.3.oe')
-rw-r--r--gcc/gcc-cross_3.3.3.oe6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/gcc-cross_3.3.3.oe b/gcc/gcc-cross_3.3.3.oe
index e01ec2f0e0..ad601bc31a 100644
--- a/gcc/gcc-cross_3.3.3.oe
+++ b/gcc/gcc-cross_3.3.3.oe
@@ -54,10 +54,10 @@ do_stage_append () {
rm -f ${CROSS_DIR}/bin/*gccbug
# Fix a few include links so cross builds are happier
- if [ ! -e ${STAGING_DIR}/target/include/c++ ]; then
- mkdir -p ${STAGING_DIR}/target/include
+ if [ ! -e ${STAGING_INCDIR}/c++ ]; then
+ mkdir -p ${STAGING_INCDIR}
ln -s ${CROSS_DIR}/${TARGET_SYS}/include/c++ \
- ${STAGING_DIR}/target/include/
+ ${STAGING_INCDIR}/
fi
# We use libiberty from binutils