commit | fc2725ce13bfa9085ebed99011e0255f39831418 | [log] [tgz] |
---|---|---|
author | Bing Zhu <bing.zhu@intel.com> | Thu Aug 15 10:10:35 2024 +0800 |
committer | Jérôme Forissier <jerome@forissier.org> | Wed Aug 28 09:35:38 2024 +0200 |
tree | 769a2612850bb65cfe9e5b8cdaf16bd4977c7135 | |
parent | d0f1a7b09a1d51469f2958e5e4f9e637abfa4994 [diff] |
qemuv8: fix to enable Rust by default on x86_64 hosts only Change $(UNAME_M) to $(shell uname -m) to detect host, so that "RUST_ENABLE" can be correctly set on x86_64 hosts. Signed-off-by: Bing Zhu <bing.zhu@intel.com> Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org> Tested-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