commit | 84cbd4b0a924b3a741bab88c0dd4fd16f3f14b68 | [log] [tgz] |
---|---|---|
author | Benjamin Kramer <benny.kra@googlemail.com> | Thu Oct 13 20:45:37 2011 +0000 |
committer | Benjamin Kramer <benny.kra@googlemail.com> | Thu Oct 13 20:45:37 2011 +0000 |
tree | a07138207d284b7ded2e433892f934e9e7763d79 | |
parent | 9e7617220135a6f6226cf09cb242cc1b905aedb4 [diff] [blame] |
Add triple for RHEL 5 to the libpath collecting logic. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@141887 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index bb19173..1edb56a 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp
@@ -1664,6 +1664,7 @@ "i686-pc-linux-gnu", "i486-linux-gnu", "i686-redhat-linux", + "i386-redhat-linux", "i586-suse-linux", "i486-slackware-linux" };