commit | 29c19ba4a449d8bb938f182ddbc2be7d7f52eac9 | [log] [tgz] |
---|---|---|
author | Jerome Forissier <jerome.forissier@linaro.org> | Thu Jun 20 09:26:24 2024 +0200 |
committer | Jérôme Forissier <jerome@forissier.org> | Fri Jun 21 14:18:48 2024 +0200 |
tree | d03aad51a485e91d46f6e70829dcc1bcfb12d66f | |
parent | fc11bdb9f8446164dce6b55e590282b7248fef61 [diff] |
buildroot: upgrade host compiler to GCC 14 when host is not x86_64 When the host computer is not x86_64, the host cross-compiler for Buildroot packages is built using Buildroot. As defined in br-ext/configs/sdk-common, it is currently GCC 11. But since the last Buildroot update [1] GCC 11 is not available anymore, so upgrade to 14. Link: https://github.com/OP-TEE/manifest/commit/59667bd08bd33bb4f280406ef13f1ef729e72cd2 [1] Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-by: Itaru Kitayama <itaru.kitayama@fujitsu.com>
This git contains makefiles etc to be able to build a full OP-TEE developer setup for the OP-TEE project.
All official OP-TEE documentation has moved to http://optee.readthedocs.io. The pages that used to be here in this git can be found under build and Device specific information at he new location for the OP-TEE documentation.
// OP-TEE core maintainers