mirror of git://gcc.gnu.org/git/gcc.git
configure.tgt: Remove *-*-*android* from supported targets.
* configure.tgt: Remove *-*-*android* from supported targets. From-SVN: r202562
This commit is contained in:
parent
2fd5894f38
commit
e660fa8b9d
|
|
@ -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>
|
2013-09-09 H.J. Lu <hongjiu.lu@intel.com>
|
||||||
|
|
||||||
PR other/58374
|
PR other/58374
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
;;
|
;;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue