mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
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>
This commit is contained in:
@@ -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++
|
||||
|
||||
Reference in New Issue
Block a user