]> gcc.gnu.org Git - gcc.git/commitdiff
configure.tgt: Remove *-*-*android* from supported targets.
authorAlexander Ivchenko <alexander.ivchenko@intel.com>
Fri, 13 Sep 2013 11:21:10 +0000 (11:21 +0000)
committerKirill Yukhin <kyukhin@gcc.gnu.org>
Fri, 13 Sep 2013 11:21:10 +0000 (11:21 +0000)
* configure.tgt: Remove *-*-*android* from supported targets.

From-SVN: r202562

libvtv/ChangeLog
libvtv/configure.tgt

index 3c344f9253e6dd66c4df51f2acf6bd7bec3229f4..f0a7471298c5983cbbbd2330d6fd72eca8d05a58 100644 (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
index 801d2f095640f6fa33b364add10450313d59275f..046b4152429f84eb10a855e085d8ebe80161776b 100644 (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
        ;;
This page took 0.058613 seconds and 5 git commands to generate.