diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-target.inc | 8 |
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" |
84 | FILES_cpp-symlinks = "${bindir}/cpp" | 84 | FILES_cpp-symlinks = "${bindir}/cpp" |
85 | 85 | ||
86 | FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov" | 86 | FILES_gcov = "${bindir}/${TARGET_PREFIX}gcov \ |
87 | FILES_gcov-symlinks = "${bindir}/gcov" | 87 | ${bindir}/${TARGET_PREFIX}gcov-tool \ |
88 | " | ||
89 | FILES_gcov-symlinks = "${bindir}/gcov \ | ||
90 | ${bindir}/gcov-tool \ | ||
91 | " | ||
88 | 92 | ||
89 | FILES_g++ = "\ | 93 | FILES_g++ = "\ |
90 | ${bindir}/${TARGET_PREFIX}g++ \ | 94 | ${bindir}/${TARGET_PREFIX}g++ \ |