From: Chen Qi Date: Mon, 13 Mar 2017 02:35:44 +0000 (+0800) Subject: gcc-target.inc: create symlinks for gcov and gcov-tool X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~22009 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b5a506a6d81095c967304fe4ec38a4bc3dc1edd;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 --- diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc index b245bdd8d4d..eef4434dbb3 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++