summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/Inputs/basic_android_tree/mipsel-linux-android
Commit message (Collapse)AuthorAgeFilesLines
* Revert r169557. It seems that the test is too restrictedLogan Chien2012-12-062-0/+0
| | | | | | and will break the build on buildbot. llvm-svn: 169562
* Add i686-linux-android for gcc toolchain detection.Logan Chien2012-12-062-0/+0
| | | | | | | | | * 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
* Implement Adnroid MIPS toolchain support:Simon Atanasyan2012-10-033-0/+0
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
OpenPOWER on IntegriCloud