mirror of
https://github.com/thead-yocto-mirror/meta-external-toolchain
synced 2026-09-02 19:05:07 +02:00
gcc-external-cross-canadian: also include libcc1*
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
This commit is contained in:
committed by
Christopher Larson
parent
3f8584c05f
commit
1964678f3a
@@ -7,6 +7,7 @@ RDEPENDS_${PN} = "binutils-external-cross-canadian-${TRANSLATED_TARGET_ARCH}"
|
||||
FILES_${PN} = "\
|
||||
${libdir}/gcc/${EXTERNAL_TARGET_SYS}/${BINV} \
|
||||
${libexecdir}/gcc/${EXTERNAL_TARGET_SYS}/${BINV} \
|
||||
${libdir}/libcc1* \
|
||||
${@' '.join('${base_bindir}/${EXTERNAL_TARGET_SYS}-' + i for i in '${gcc_binaries}'.split())} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user