commit | 548cdfbc2cacf1936336d47e17582177808596b4 | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Wed Apr 30 16:04:41 2025 +0200 |
committer | Jerome Forissier <jerome@forissier.org> | Wed Apr 30 16:22:29 2025 +0200 |
tree | b382901d71a77bd142a2a5dc500c7679af0c08a2 | |
parent | 55a3aa749bf115c80323187a63924cff7db15d0a [diff] |
qemu_v7: add CC=... to TF_A_EXPORTS Add CC="$(CCACHE)$(AARCH32_CROSS_COMPILE)gcc" to TF_A_EXPORTS for compiling TF-A v2.12. Older and newer versions of TF-A can be compiled without issue if both CROSS_COMPILE and CC are set in TF_A_EXPORTS. This dependency was introduced by the TF-A commit 3789c3c00090 ("build: determine toolchain tools dynamically") 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