We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2892fbc commit 19d9ab8Copy full SHA for 19d9ab8
environment
@@ -27,6 +27,7 @@ export OPTEE_CLIENT_DIR="$OPTEE_DIR/optee_client/out"
27
export OPTEE_CLIENT_INCLUDE="$OPTEE_DIR/optee_client/out/export/usr/include"
28
if [ "$ARCH" = "arm" ]
29
then
30
+ echo "WARNING: ARM32 is not supported in this release, please use v0.2.0"
31
# use our toolchain as the first choice
32
export PATH=$OPTEE_DIR/toolchains/aarch32/bin:$PATH
33
export VENDOR="qemu.mk"
0 commit comments