diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2017-03-13 10:35:44 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-17 16:53:05 +0000 |
commit | 36f3c889709c492c6a451cc0326e1f760903aa8c (patch) | |
tree | 8611f1056def343882c6a50e7769259476d6b32f /meta/recipes-devtools | |
parent | f420e4a0715b4a515f39aa8a6df7635bf16fbe7e (diff) | |
download | poky-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')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-target.inc | 2 |
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++ |