summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index a312f469a6..bc4adb43df 100755
--- a/build.sh
+++ b/build.sh
@@ -277,6 +277,8 @@ build_cross_arch_component()
export __CMakeBinDir="$__CrossComponentBinDir"
export CROSSCOMPONENT=1
+ __IncludeTests=
+
if [ $CROSSCOMPILE == 1 ]; then
TARGET_ROOTFS="$ROOTFS_DIR"
if [ -n "$CAC_ROOTFS_DIR" ]; then
@@ -476,7 +478,6 @@ case $CPUName in
;;
aarch64)
- echo "Unsupported CPU $CPUName detected, build might not succeed!"
__BuildArch=arm64
__HostArch=arm64
;;