summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-target.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-target.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-target.inc8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-target.inc b/meta/recipes-devtools/gcc/gcc-target.inc
index e3485172a7..5d314460c0 100644
--- a/meta/recipes-devtools/gcc/gcc-target.inc
+++ b/meta/recipes-devtools/gcc/gcc-target.inc
@@ -83,8 +83,12 @@ FILES_cpp = "\
83 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1" 83 ${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1"
84FILES_cpp-symlinks = "${bindir}/cpp" 84FILES_cpp-symlinks = "${bindir}/cpp"
85 85
86FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov" 86FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov \
87FILES_gcov-symlinks = "${bindir}/gcov" 87 ${bindir}/${TARGET_PREFIX}gcov-tool \
88"
89FILES_gcov-symlinks = "${bindir}/gcov \
90 ${bindir}/gcov-tool \
91"
88 92
89FILES_g++ = "\ 93FILES_g++ = "\
90 ${bindir}/${TARGET_PREFIX}g++ \ 94 ${bindir}/${TARGET_PREFIX}g++ \