mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-05-06 04:42:16 +00:00
arm/gn: don't build with clang
It appears that GN doesn't like to be built with Clang, so disable that for now. Change-Id: I01d1d2bf0d646d0841c5f291f07de80837a9a998 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -13,6 +13,11 @@ B = "${WORKDIR}/build"
|
||||
|
||||
# TODO: os map like meson. mingw32 -> mingw
|
||||
|
||||
# Currently fails to build with clang, eg:
|
||||
# https://errors.yoctoproject.org/Errors/Details/610602/
|
||||
# https://errors.yoctoproject.org/Errors/Details/610486/
|
||||
TOOLCHAIN = "gcc"
|
||||
|
||||
do_configure[cleandirs] += "${B}"
|
||||
do_configure() {
|
||||
python3 ${S}/build/gen.py \
|
||||
|
||||
Reference in New Issue
Block a user