gcc: Fix packaging of cross for PPC

Signed-off-by: Joshua Lock <josh@linux.intel.com>
This commit is contained in:
Joshua Lock 2010-04-27 17:41:42 +01:00
parent 4d1f39af75
commit 00c5c97442
1 changed files with 3 additions and 0 deletions

View File

@ -22,5 +22,8 @@ do_install () {
for f in *.h *.c libgcc.mvars; do
cp ${B}/gcc/$f ${D}${includedir}/gcc-build-internal/
done
if [ -f libgcc.mvars]; then
cp ${B}/gcc/libgcc.mvars ${D}${includedir}/gcc-build-internal/
fi
fi
}