aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver
diff options
context:
space:
mode:
authorLogan Chien <tzuhsiang.chien@gmail.com>2012-12-06 22:59:37 +0000
committerLogan Chien <tzuhsiang.chien@gmail.com>2012-12-06 22:59:37 +0000
commitcd15652e632dea25ba5157dcef13963b7b0b79ea (patch)
treeab7136e248894d8fe52922740a4c79468bb9163e /lib/Driver
parent850532c7882e901623e482295d4d227f31ccf269 (diff)
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
Diffstat (limited to 'lib/Driver')
-rw-r--r--lib/Driver/ToolChains.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp
index 179f0fd116..5bfd71427c 100644
--- a/lib/Driver/ToolChains.cpp
+++ b/lib/Driver/ToolChains.cpp
@@ -1094,6 +1094,7 @@ Generic_GCC::GCCInstallationDetector::GCCInstallationDetector(
"i686-pc-linux-gnu",
"i486-linux-gnu",
"i386-linux-gnu",
+ "i686-linux-android",
"i686-redhat-linux",
"i586-redhat-linux",
"i386-redhat-linux",