diff options
author | Alexander Ivchenko <alexander.ivchenko@intel.com> | 2013-09-13 11:21:10 +0000 |
---|---|---|
committer | Kirill Yukhin <kyukhin@gcc.gnu.org> | 2013-09-13 11:21:10 +0000 |
commit | e660fa8b9de564b505246a65ce0f1e3b4541b43b (patch) | |
tree | da07cb9f3b8c843ed7f911c5ecab0007263909a6 /libvtv | |
parent | 2fd5894f38d2e41f732044df4d02f0539474c3df (diff) | |
download | gcc-e660fa8b9de564b505246a65ce0f1e3b4541b43b.zip gcc-e660fa8b9de564b505246a65ce0f1e3b4541b43b.tar.gz gcc-e660fa8b9de564b505246a65ce0f1e3b4541b43b.tar.bz2 |
configure.tgt: Remove *-*-*android* from supported targets.
* configure.tgt: Remove *-*-*android* from supported targets.
From-SVN: r202562
Diffstat (limited to 'libvtv')
-rw-r--r-- | libvtv/ChangeLog | 4 | ||||
-rw-r--r-- | libvtv/configure.tgt | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libvtv/ChangeLog b/libvtv/ChangeLog index 3c344f9..f0a7471 100644 --- a/libvtv/ChangeLog +++ b/libvtv/ChangeLog @@ -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 diff --git a/libvtv/configure.tgt b/libvtv/configure.tgt index 801d2f0..046b415 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 ;; |