]> granicus.if.org Git - clang/commitdiff
improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64).
authorChris Lattner <sabre@nondot.org>
Tue, 22 Feb 2011 20:47:07 +0000 (20:47 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 22 Feb 2011 20:47:07 +0000 (20:47 +0000)
Patch by Csaba Raduly!

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126245 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.cpp

index 13b8b4609ec04c5dcb793d136fc6196ea17288af..000c713534cb319dfd62f605f2ff52df13ce266f 100644 (file)
@@ -1437,7 +1437,7 @@ Linux::Linux(const HostInfo &Host, const llvm::Triple &Triple)
   }
 
   const char* GccVersions[] = {"4.5.1", "4.5", "4.4.5", "4.4.4", "4.4.3", "4.4",
-                               "4.3.4", "4.3.3", "4.3.2"};
+                               "4.3.4", "4.3.3", "4.3.2", "4.3"};
   std::string Base = "";
   for (unsigned i = 0; i < sizeof(GccVersions)/sizeof(char*); ++i) {
     std::string Suffix = GccTriple + "/" + GccVersions[i];