]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-package-target.inc: Add back precompiled header fix lost in the gcc changes
authorRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 14:30:34 +0000 (14:30 +0000)
committerRichard Purdie <richard@openedhand.com>
Wed, 19 Mar 2008 14:30:34 +0000 (14:30 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4052 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/gcc/gcc-package-target.inc

index 2c19c5ecc792d20769cc93964618e4371285f660..bc46ce04ed94d6fa8efb62debeb41f23ab3f76a6 100644 (file)
@@ -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
 }