]> code.ossystems Code Review - openembedded-core.git/commitdiff
gcc-target.inc: create symlinks for gcov and gcov-tool
authorChen Qi <Qi.Chen@windriver.com>
Mon, 13 Mar 2017 02:35:44 +0000 (10:35 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 17 Mar 2017 15:37:06 +0000 (15:37 +0000)
Create symlinks for gcov and gcov-tool and that they can be used trivially
on target.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/gcc/gcc-target.inc

index b245bdd8d4db078d256df26b3972af0f2c9dc5b8..eef4434dbb3bfccdf9ce0bf39c72dd76b4202712 100644 (file)
@@ -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++