commit | 9edc5be110b6e2e20e364cebcd5f8266021686e5 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Thu Jul 04 07:47:48 2024 +0000 |
committer | Jérôme Forissier <jerome@forissier.org> | Thu Jul 04 12:01:48 2024 +0200 |
tree | 8fb321561811f44aa3de769ae434d95338f9cc4d | |
parent | 641b3364a6c0f75683dcb74d84b35095810eda7f [diff] |
buildroot: AArch64 host: update AArch32 toolchain br-ext/configs/toolchain-aarch32 describes the downloaded AArch32 toolchain, but a AArch64 host still downloads an older toolchain leading to configuration errors when building for a AArch32 target. Fix this by updating to download a matching version of the AArch32 toolchain. Fixes: 19b7b070c968 ("toolchain: update GCC to v11.3") Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
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