DemesneGH commented on code in PR #141:
URL: 
https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/141#discussion_r1670440441


##########
examples/aes-rs/Makefile:
##########
@@ -26,10 +26,10 @@ TARGET_HOST ?= $(TARGET)
 TARGET_TA ?= $(TARGET)

Review Comment:
   Considering `make TARGET_TA=<>` it's better to keep those variables. Have 
updated to 
   ```
   CROSS_COMPILE_HOST ?= aarch64-linux-gnu-
   CROSS_COMPILE_TA ?= aarch64-linux-gnu-
   TARGET_HOST ?= aarch64-unknown-linux-gnu
   TARGET_TA ?= aarch64-unknown-linux-gnu
   ```



-- 
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: dev-unsubscr...@teaclave.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org
For additional commands, e-mail: dev-h...@teaclave.apache.org

Reply via email to