]> granicus.if.org Git - clang/commit
Add i686-linux-android for gcc toolchain detection.
authorLogan Chien <tzuhsiang.chien@gmail.com>
Thu, 6 Dec 2012 22:59:37 +0000 (22:59 +0000)
committerLogan Chien <tzuhsiang.chien@gmail.com>
Thu, 6 Dec 2012 22:59:37 +0000 (22:59 +0000)
commitcd15652e632dea25ba5157dcef13963b7b0b79ea
treeab7136e248894d8fe52922740a4c79468bb9163e
parent850532c7882e901623e482295d4d227f31ccf269
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.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@169557 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Driver/ToolChains.cpp
test/Driver/Inputs/basic_android_tree/arm-linux-androideabi/bin/as [new file with mode: 0755]
test/Driver/Inputs/basic_android_tree/arm-linux-androideabi/bin/ld [new file with mode: 0755]
test/Driver/Inputs/basic_android_tree/i686-linux-android/bin/ar [new file with mode: 0755]
test/Driver/Inputs/basic_android_tree/i686-linux-android/bin/ld [new file with mode: 0755]
test/Driver/Inputs/basic_android_tree/mipsel-linux-android/bin/as [new file with mode: 0755]
test/Driver/Inputs/basic_android_tree/mipsel-linux-android/bin/ld [new file with mode: 0755]
test/Driver/android.c [new file with mode: 0644]
test/Driver/linux-ld.c