summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2017-03-13 10:35:44 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-17 16:53:05 +0000
commit36f3c889709c492c6a451cc0326e1f760903aa8c (patch)
tree8611f1056def343882c6a50e7769259476d6b32f /meta/recipes-devtools/gcc
parentf420e4a0715b4a515f39aa8a6df7635bf16fbe7e (diff)
downloadpoky-36f3c889709c492c6a451cc0326e1f760903aa8c.tar.gz
gcc-target.inc: create symlinks for gcov and gcov-tool
Create symlinks for gcov and gcov-tool and that they can be used trivially on target. (From OE-Core rev: 5b5a506a6d81095c967304fe4ec38a4bc3dc1edd) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-target.inc2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
index b245bdd8d4..eef4434dbb 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -180,6 +180,8 @@ do_install () {
180 ln -sf ${TARGET_PREFIX}g++ g++ 180 ln -sf ${TARGET_PREFIX}g++ g++
181 ln -sf ${TARGET_PREFIX}gcc gcc 181 ln -sf ${TARGET_PREFIX}gcc gcc
182 ln -sf ${TARGET_PREFIX}cpp cpp 182 ln -sf ${TARGET_PREFIX}cpp cpp
183 ln -sf ${TARGET_PREFIX}gcov gcov
184 ln -sf ${TARGET_PREFIX}gcov-tool gcov-tool
183 install -d ${D}${base_libdir} 185 install -d ${D}${base_libdir}
184 ln -sf ${bindir}/${TARGET_PREFIX}cpp ${D}${base_libdir}/cpp 186 ln -sf ${bindir}/${TARGET_PREFIX}cpp ${D}${base_libdir}/cpp
185 ln -sf g++ c++ 187 ln -sf g++ c++