mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
Fix build problem with GCC-4.3.3 on PowerPC
Signed-off-by: Gary Thomas <gary@mlbassoc.com>
This commit is contained in:
@@ -22,6 +22,10 @@ do_install () {
|
||||
for f in *.h *.c libgcc.mvars; do
|
||||
cp ${B}/gcc/$f ${D}${includedir}/gcc-build-internal/
|
||||
done
|
||||
# Special for PowerPC (and possibly others)
|
||||
if [ -f ${B}/gcc/tramp.S ]; then
|
||||
cp ${B}/gcc/*.S ${D}${includedir}/gcc-build-internal/
|
||||
fi
|
||||
if [ -f libgcc.mvars]; then
|
||||
cp ${B}/gcc/libgcc.mvars ${D}${includedir}/gcc-build-internal/
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user