[Arm64/Unix] Remove aarch64 unsupported message (#9508)
authorSteve MacLean <sdmaclea@qti.qualcomm.com>
Sat, 11 Feb 2017 01:08:35 +0000 (20:08 -0500)
committerJan Kotas <jkotas@microsoft.com>
Sat, 11 Feb 2017 01:08:35 +0000 (17:08 -0800)
build.sh

index 4d0544a..4e66a40 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -477,7 +477,6 @@ case $CPUName in
         ;;
 
     aarch64)
-        echo "Unsupported CPU $CPUName detected, build might not succeed!"
         __BuildArch=arm64
         __HostArch=arm64
         ;;