From 64e621cf18a2a5970b172187926152893ef72174 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Thu, 6 Mar 2008 14:59:25 +0000 Subject: gcc: remove precompiled c++ headers as they take lot of space and are not required git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3969 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- meta/packages/gcc/gcc-package.inc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/packages/gcc/gcc-package.inc') diff --git a/meta/packages/gcc/gcc-package.inc b/meta/packages/gcc/gcc-package.inc index 011c4fab6..0140126ba 100644 --- a/meta/packages/gcc/gcc-package.inc +++ b/meta/packages/gcc/gcc-package.inc @@ -126,6 +126,9 @@ 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 } # The gcc package contains symlinks that trip up insane -- cgit v1.2.3