aboutsummaryrefslogtreecommitdiffstats
path: root/gcc
diff options
context:
space:
mode:
authorGerald Britton <gbritton@doomcom.org>2003-11-30 03:47:58 +0000
committerGerald Britton <gbritton@doomcom.org>2003-11-30 03:47:58 +0000
commit27425da0d59e9a412cef24e271f7a242c5414229 (patch)
treecb9092e446c83d49cf6976318f57d199656101a1 /gcc
parente9e83232583886db8881345c51ada729966138bf (diff)
downloadopenembedded-27425da0d59e9a412cef24e271f7a242c5414229.tar.gz
staging fixes for uclibc
BKrev: 3fc9686elu7kEVnpWpUoxus7HQpuzQ
Diffstat (limited to 'gcc')
-rw-r--r--gcc/gcc-uclibc-cross_3.3.2.oe7
1 files changed, 7 insertions, 0 deletions
diff --git a/gcc/gcc-uclibc-cross_3.3.2.oe b/gcc/gcc-uclibc-cross_3.3.2.oe
index 8170dcc576..2c215c380d 100644
--- a/gcc/gcc-uclibc-cross_3.3.2.oe
+++ b/gcc/gcc-uclibc-cross_3.3.2.oe
@@ -52,4 +52,11 @@ do_stage_append () {
for d in info man share/doc share/locale ; do
rm -rf ${CROSS_DIR}/$d
done
+
+ # Fix a few include links so cross builds are happier
+ if [ ! -e ${STAGING_DIR}/target/include/c++ ]; then
+ mkdir -p ${STAGING_DIR}/target/include
+ ln -s ${CROSS_DIR}/${TARGET_SYS}/include/c++ \
+ ${STAGING_DIR}/target/include/
+ fi
}