Commit e660fa8b by Alexander Ivchenko Committed by Kirill Yukhin

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

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

From-SVN: r202562
parent 2fd5894f
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> 2013-09-09 H.J. Lu <hongjiu.lu@intel.com>
PR other/58374 PR other/58374
......
...@@ -21,6 +21,8 @@ ...@@ -21,6 +21,8 @@
# Filter out unsupported systems. # Filter out unsupported systems.
VTV_SUPPORTED=no VTV_SUPPORTED=no
case "${target}" in case "${target}" in
*-*-*android*)
;;
x86_64-*-linux* | i?86-*-linux*) x86_64-*-linux* | i?86-*-linux*)
VTV_SUPPORTED=yes VTV_SUPPORTED=yes
;; ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment