From 5b5a506a6d81095c967304fe4ec38a4bc3dc1edd Mon Sep 17 00:00:00 2001 From: Chen Qi Date: Mon, 13 Mar 2017 10:35:44 +0800 Subject: 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. Signed-off-by: Chen Qi Signed-off-by: Ross Burton --- meta/recipes-devtools/gcc/gcc-target.inc | 2 ++ 1 file changed, 2 insertions(+) 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 () { ln -sf ${TARGET_PREFIX}g++ g++ ln -sf ${TARGET_PREFIX}gcc gcc ln -sf ${TARGET_PREFIX}cpp cpp + ln -sf ${TARGET_PREFIX}gcov gcov + ln -sf ${TARGET_PREFIX}gcov-tool gcov-tool install -d ${D}${base_libdir} ln -sf ${bindir}/${TARGET_PREFIX}cpp ${D}${base_libdir}/cpp ln -sf g++ c++ -- cgit 1.2.3-korg