mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-01-11 15:00:39 +00:00
arm/sgi575: force gcc for tf-a
trusted-firmware a has a compile error when building with clang. Since this platform is EOL'ed and we're not currently building this platform with clang in CI, the best option is to force GCC for it. Signed-off-by: Jon Mason <jon.mason@arm.com>
This commit is contained in:
@@ -17,3 +17,10 @@ EXTRA_OEMAKE += "TRUSTED_BOARD_BOOT=1 GENERATE_COT=1 ARM_ROTPK_LOCATION=devel_rs
|
||||
# the provided cot-dt2c.
|
||||
EXTRA_OEMAKE += "POETRY=''"
|
||||
DEPENDS += "cot-dt2c-native"
|
||||
|
||||
# When compiling tf-a with clang, multiple errors are being seen in the
|
||||
# ASM files:
|
||||
# error: instruction requires: fp-armv8
|
||||
# Given that this is platform is EOLed, forcing it to use GCC and not
|
||||
# reporting upstream
|
||||
TOOLCHAIN = "gcc"
|
||||
|
||||
Reference in New Issue
Block a user