mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 00:32:12 +02:00
gcc-package-target.inc: Add back precompiled header fix lost in the gcc changes
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4052 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -154,4 +154,7 @@ do_install () {
|
||||
ln -sf gcc cc
|
||||
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp
|
||||
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp
|
||||
|
||||
# Remove precompiled c++ headers as they are really big
|
||||
rm -rf ${D}${includedir}/c++/${BINV}/${TARGET_SYS}/bits/*.gch
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user