[AArch64,ARM] support bswap tests on aarch64_be.
[gcc.git] / libvtv / configure.tgt
index a84ed27f8ec574642882c0605a62c6660ee68619..046b4152429f84eb10a855e085d8ebe80161776b 100644 (file)
 # lets us skip running autoconf when modifying target specific information.
 
 # Filter out unsupported systems.
+VTV_SUPPORTED=no
 case "${target}" in
+  *-*-*android*)
+       ;;
   x86_64-*-linux* | i?86-*-linux*)
        VTV_SUPPORTED=yes
        ;;
@@ -30,9 +33,7 @@ case "${target}" in
   arm*-*-linux*)
        ;;
   x86_64-*-darwin[1]* | i?86-*-darwin[1]*)
-       VTV_SUPPORTED=no
        ;;
   *)
-       UNSUPPORTED=1
        ;;
 esac