From: Alexander Ivchenko Date: Fri, 13 Sep 2013 11:21:10 +0000 (+0000) Subject: configure.tgt: Remove *-*-*android* from supported targets. X-Git-Tag: releases/gcc-4.9.0~4085 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e660fa8b9de564b505246a65ce0f1e3b4541b43b;p=thirdparty%2Fgcc.git configure.tgt: Remove *-*-*android* from supported targets. * configure.tgt: Remove *-*-*android* from supported targets. From-SVN: r202562 --- diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index 3c344f9253e6..f0a7471298c5 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -1,3 +1,7 @@ +2013-09-12 Alexander Ivchenko + + * configure.tgt: Remove *-*-*android* from supported targets. + 2013-09-09 H.J. Lu PR other/58374 diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt index 801d2f095640..046b4152429f 100644 --- a/libvtv/configure.tgt +++ b/libvtv/configure.tgt @@ -21,6 +21,8 @@ # Filter out unsupported systems. VTV_SUPPORTED=no case "${target}" in + *-*-*android*) + ;; x86_64-*-linux* | i?86-*-linux*) VTV_SUPPORTED=yes ;;