summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-03-19 14:30:34 +0000
committerRichard Purdie <richard@openedhand.com>2008-03-19 14:30:34 +0000
commitaee156ed369a303ce18559a12d44c0b1e799d113 (patch)
tree36eef5a1300b4e2f9c0a40a237ea50e5ebf96cd3 /meta/packages/gcc
parent60687460e53b7a3474956d6b004069ea5862518f (diff)
downloadpoky-aee156ed369a303ce18559a12d44c0b1e799d113.tar.gz
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
Diffstat (limited to 'meta/packages/gcc')
-rw-r--r--meta/packages/gcc/gcc-package-target.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-package-target.inc b/meta/packages/gcc/gcc-package-target.inc
index 2c19c5ecc7..bc46ce04ed 100644
--- a/meta/packages/gcc/gcc-package-target.inc
+++ b/meta/packages/gcc/gcc-package-target.inc
@@ -154,4 +154,7 @@ do_install () {
154 ln -sf gcc cc 154 ln -sf gcc cc
155 ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp 155 ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp
156 ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp 156 ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp
157
158 # Remove precompiled c++ headers as they are really big
159 rm -rf ${D}${includedir}/c++/${BINV}/${TARGET_SYS}/bits/*.gch
157} 160}