mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 20:59:03 +02:00
trusted-firmware-a: Pin to use gcc for now
tf-a built with clang is bloated for rk3399 SOCs with 2.6+ it needs looking into, until then use gcc always to build it Signed-off-by: Khem Raj <raj.khem@gmail.com> Cc: Jon Mason <jon.mason@arm.com> Cc: Ross Burton <ross.burton@arm.com>
This commit is contained in:
parent
5b88b057e7
commit
b0f006ed86
|
@ -12,3 +12,10 @@ SRC_URI += "\
|
||||||
file://0001-plat_macros.S-Use-compatible-.asciz-asm-directive.patch \
|
file://0001-plat_macros.S-Use-compatible-.asciz-asm-directive.patch \
|
||||||
file://0001-pmu-Do-not-mark-already-defined-functions-as-weak.patch \
|
file://0001-pmu-Do-not-mark-already-defined-functions-as-weak.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|
||||||
|
# code bloats with clang and results in error below now
|
||||||
|
# | aarch64-yoe-linux-musl-ld: region `PMUSRAM' overflowed by 3928 bytes
|
||||||
|
# this needs fixing until then use gcc
|
||||||
|
TOOLCHAIN:rk3399 = "gcc"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user