* [PATCH 0/1] gcc-target.inc: create symlinks for gcov and gcov-tool
@ 2017-03-13 2:35 Chen Qi
2017-03-13 2:35 ` [PATCH 1/1] " Chen Qi
0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2017-03-13 2:35 UTC (permalink / raw)
To: openembedded-core
The following changes since commit b3d13e058a86cafc33aeab11eddfde77b1fd884f:
libcomps: add a recipe (2017-03-11 16:09:14 +0000)
are available in the git repository at:
git://git.pokylinux.org/poky-contrib ChenQi/gcov-symlinks
http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=ChenQi/gcov-symlinks
Chen Qi (1):
gcc-target.inc: create symlinks for gcov and gcov-tool
meta/recipes-devtools/gcc/gcc-target.inc | 2 ++
1 file changed, 2 insertions(+)
--
1.9.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH 1/1] gcc-target.inc: create symlinks for gcov and gcov-tool
2017-03-13 2:35 [PATCH 0/1] gcc-target.inc: create symlinks for gcov and gcov-tool Chen Qi
@ 2017-03-13 2:35 ` Chen Qi
0 siblings, 0 replies; 2+ messages in thread
From: Chen Qi @ 2017-03-13 2:35 UTC (permalink / raw)
To: openembedded-core
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>
---
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 f436fa2..7fbcccc 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -179,6 +179,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++
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-03-13 2:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-03-13 2:35 [PATCH 0/1] gcc-target.inc: create symlinks for gcov and gcov-tool Chen Qi
2017-03-13 2:35 ` [PATCH 1/1] " Chen Qi
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox