]> granicus.if.org Git - clang/commit
Implement Adnroid MIPS toolchain support:
authorSimon Atanasyan <satanasyan@mips.com>
Wed, 3 Oct 2012 17:46:38 +0000 (17:46 +0000)
committerSimon Atanasyan <satanasyan@mips.com>
Wed, 3 Oct 2012 17:46:38 +0000 (17:46 +0000)
commitf8d9bd546811a56ebb0b581ce4cc6043b51659a1
tree2c2c137df03905aa16912c6c0f65cf58563420f2
parentf2a2daebb4d76fe77b79c9bc1343a3f67a4b77d9
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165131 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
lib/Driver/ToolChains.cpp
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/crtbeginS.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/crtbeginT.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/crtend.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/crtendS.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r2/crtbegin.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r2/crtbeginS.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r2/crtbeginT.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r2/crtend.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/lib/gcc/mipsel-linux-android/4.4.3/mips-r2/crtendS.o [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/mipsel-linux-android/bin/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/mipsel-linux-android/include/c++/4.4.3/.keep [new file with mode: 0644]
test/Driver/Inputs/basic_android_tree/mipsel-linux-android/lib/.keep [new file with mode: 0644]
test/Driver/android-standalone.cpp
test/Driver/linux-ld.c