configure.tgt: Remove *-*-*android* from supported targets.

* configure.tgt: Remove *-*-*android* from supported targets.

From-SVN: r202562
This commit is contained in:
Alexander Ivchenko 2013-09-13 11:21:10 +00:00 committed by Kirill Yukhin
parent 2fd5894f38
commit e660fa8b9d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-09-12 Alexander Ivchenko <alexander.ivchenko@intel.com>
* configure.tgt: Remove *-*-*android* from supported targets.
2013-09-09 H.J. Lu <hongjiu.lu@intel.com>
PR other/58374

View File

@ -21,6 +21,8 @@
# Filter out unsupported systems.
VTV_SUPPORTED=no
case "${target}" in
*-*-*android*)
;;
x86_64-*-linux* | i?86-*-linux*)
VTV_SUPPORTED=yes
;;