OP-TEE / build

Makefiles to use OP-TEE on various platforms
106 stars 209 forks source link

Buildroot: enable Fortran and OpenMP in external toolchains #732

Closed jforissier closed 5 months ago

jforissier commented 5 months ago

In preparation for upgrading Buildroot to v2023.11.1, set BR2_EXTERNAL_TOOLCHAIN_FORTRAN=y and BR2_EXTERNAL_TOOLCHAIN_OPENMP=y, not because Fortran or OpenMP are needed but to silence some errors that would come up with the newer version:

Fortran support is not selected but is available in external toolchain OpenMP support is not selected but is available in external toolchain

jenswi-linaro commented 5 months ago

Acked-by: Jens Wiklander <jens.wiklander@linaro.org>