Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
include/trusted-firmware-a.mk: unset CC before compiling
If CC is explicitly set to a non default value, TF-A keeps this value. Otherwise it assigns generic default value. As the build bot set CC=/usr/bin/gcc-10, TF-A uses it which causes a compile issue. So unset CC before compiling. It's a new behavior since v2.12. A part of the explanation is available in this commit [1]. [1] ARM-software/arm-trusted-firmware@e01c712 Signed-off-by: Thomas Richard <[email protected]> Link: openwrt/openwrt#17465 Signed-off-by: Hauke Mehrtens <[email protected]>
- Loading branch information