DemesneGH commented on code in PR #221: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/221#discussion_r2278639879
########## build_optee_libraries.sh: ########## @@ -41,7 +41,7 @@ export CROSS_COMPILE64="aarch64-linux-gnu-" # build optee_os and optee_client for qemu_v8 git clone https://github.com/OP-TEE/optee_os.git -b $OPTEE_VERSION $OPTEE_DIR/optee_os -(cd $OPTEE_DIR/optee_os && make PLATFORM=vexpress-qemu_armv8a) +(cd $OPTEE_DIR/optee_os && make PLATFORM=vexpress-qemu_armv8a CFG_TA_FLOAT_SUPPORT=n) Review Comment: updated code comment and same in `scripts/setup` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
