Revert r169557. It seems that the test is too restrictedand will break the build on buildbot.llvm-svn: 169562
Add i686-linux-android for gcc toolchain detection.* Look for i686-linux-android under <sysroot>/lib/gcc.* This patch also slightly enhance the test suite for Android GCC toolchain detection.
Add i686-linux-android for gcc toolchain detection.* Look for i686-linux-android under <sysroot>/lib/gcc.* This patch also slightly enhance the test suite for Android GCC toolchain detection.llvm-svn: 169557
show more ...
Implement Adnroid MIPS toolchain support:1. Add mipsel-linux-android to the list of valid MIPS target triples.2. Add <gcc install path>/mips-r2 to the list of toolchain specific path prefixes if
Implement Adnroid MIPS toolchain support:1. Add mipsel-linux-android to the list of valid MIPS target triples.2. Add <gcc install path>/mips-r2 to the list of toolchain specific path prefixes if target is mipsel-linux-android.The patch reviewed by Logan Chien.llvm-svn: 165131