r184307 - Revert r184302 on Renato's behalf - it broke the bots and he's asked me to revert as he's unavailable.
James Molloy
james.molloy at arm.com
Wed Jun 19 08:03:15 PDT 2013
Author: jamesm
Date: Wed Jun 19 10:03:14 2013
New Revision: 184307
URL: http://llvm.org/viewvc/llvm-project?rev=184307&view=rev
Log:
Revert r184302 on Renato's behalf - it broke the bots and he's asked me to revert as he's unavailable.
Modified:
cfe/trunk/lib/Driver/ToolChains.cpp
Modified: cfe/trunk/lib/Driver/ToolChains.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Driver/ToolChains.cpp?rev=184307&r1=184306&r2=184307&view=diff
==============================================================================
--- cfe/trunk/lib/Driver/ToolChains.cpp (original)
+++ cfe/trunk/lib/Driver/ToolChains.cpp Wed Jun 19 10:03:14 2013
@@ -1084,12 +1084,10 @@ Generic_GCC::GCCInstallationDetector::GC
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"
};
More information about the cfe-commits
mailing list