mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 13:29:49 +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
|
for f in *.h *.c libgcc.mvars; do
|
||||||
cp ${B}/gcc/$f ${D}${includedir}/gcc-build-internal/
|
cp ${B}/gcc/$f ${D}${includedir}/gcc-build-internal/
|
||||||
done
|
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
|
if [ -f libgcc.mvars]; then
|
||||||
cp ${B}/gcc/libgcc.mvars ${D}${includedir}/gcc-build-internal/
|
cp ${B}/gcc/libgcc.mvars ${D}${includedir}/gcc-build-internal/
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user