[driver][mips] Support MIPS targets in modern Android NDKInitial patch provided by Duane Sand.llvm-svn: 275949
[Mips] Support mips-r6 path suffix for Adnroid MIPS toolchainThis path suffix is used if user provides the -mips32r6 command lineoptions.llvm-svn: 230469
Add missing test input for r206979.llvm-svn: 206992
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
show more ...
Android standalone toolchain support.This change adds detection of C++ headers and libraries paths whenbuilding with the standalone toolchain from Android NDK. They are in aslightly unusual place
Android standalone toolchain support.This change adds detection of C++ headers and libraries paths whenbuilding with the standalone toolchain from Android NDK. They are in aslightly unusual place.llvm-svn: 163109