OP-TEE / build

Makefiles to use OP-TEE on various platforms
109 stars 219 forks source link

qemuv8: fix to enable Rust by default on x86_64 hosts only #777

Closed bingzhux closed 3 months ago

bingzhux commented 3 months ago

Change (UNAME_M) to (shell uname -m) to detect host, so that "RUST_ENABLE" can be correctly set on x86_64 hosts.

bingzhux commented 3 months ago

Thanks,updated with signed-off, tested-by, and reviewed-by. It should be ready to merge.