1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-04-20 11:42:57 +00:00

amx3-cm3,u-boot-ti: Pin to gcc compiler

Using clang as default compiler fails to build these
since these packages explicitly asks for gcc as compiler
this ensures that we meet that demand

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
This commit is contained in:
Khem Raj
2019-07-13 06:59:55 +00:00
committed by Denys Dmytriyenko
parent 65145a0157
commit f07c8ffc01
2 changed files with 3 additions and 0 deletions

View File

@@ -26,3 +26,4 @@ do_install() {
FILES_${PN} += "${base_libdir}/firmware"
COMPATIBLE_MACHINE = "(ti-soc)"
TOOLCHAIN = "gcc"

View File

@@ -370,3 +370,5 @@ do_deploy_append_keystone () {
fi
fi
}
TOOLCHAIN = "gcc"