mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
gcc: Package new module mapper tool
This is new tool in GCC 11 [1] [1] https://gcc.gnu.org/onlinedocs/gcc/C_002b_002b-Module-Mapper.html (From OE-Core rev: 91e1b8f84471fda3d5173a5ab2fe9458f9233007) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -45,6 +45,7 @@ FILES_${PN} = "\
|
||||
${bindir}/${TARGET_PREFIX}lto* \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/collect2* \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/cc1plus \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/g++-mapper-server \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lto* \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/lib*${SOLIBS} \
|
||||
${libexecdir}/gcc/${TARGET_SYS}/${BINV}/liblto*${SOLIBSDEV} \
|
||||
|
||||
Reference in New Issue
Block a user