From: James Molloy Date: Wed, 19 Jun 2013 15:03:14 +0000 (+0000) Subject: Revert r184302 on Renato's behalf - it broke the bots and he's asked me to revert... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3c1e4f266a90553459b2b9dfb8e63429eac89995;p=clang Revert r184302 on Renato's behalf - it broke the bots and he's asked me to revert as he's unavailable. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@184307 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index 5f8f1e985f..5c0ab55a04 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp @@ -1084,12 +1084,10 @@ Generic_GCC::GCCInstallationDetector::GCCInstallationDetector( static const char *const ARMLibDirs[] = { "/lib" }; static const char *const ARMTriples[] = { "arm-linux-gnueabi", - "armv5tel-suse-linux-gnueabi", "arm-linux-androideabi" }; static const char *const ARMHFTriples[] = { "arm-linux-gnueabihf", - "armv7hl-suse-linux-gnueabi" "armv7hl-redhat-linux-gnueabi" };