summaryrefslogtreecommitdiff
path: root/packages/gcc/gcc-package.inc
diff options
context:
space:
mode:
authorDavid Karlstrom <daka@thg.se>2005-07-23 15:50:28 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-07-23 15:50:28 +0000
commitb0d7bf3406b07cf2162a457b42382c1356781cb2 (patch)
tree9f3f3f3e9643414d40e9e0f79d8949517e8ee41f /packages/gcc/gcc-package.inc
parent5e01906b8433bc6a8c03be2e31758589641124c9 (diff)
Add symlink to cpp, so package cpp-symlinks actually gets created
Diffstat (limited to 'packages/gcc/gcc-package.inc')
-rw-r--r--packages/gcc/gcc-package.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/gcc/gcc-package.inc b/packages/gcc/gcc-package.inc
index b71a45c200..b31a209b34 100644
--- a/packages/gcc/gcc-package.inc
+++ b/packages/gcc/gcc-package.inc
@@ -106,4 +106,5 @@ do_install () {
ln -sf g++ c++
ln -sf gcc cc
ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${base_libdir}/cpp
+ ln -sf ${bindir}/${TARGET_SYS}-cpp ${D}${bindir}/cpp
}