]> granicus.if.org Git - clang/commitdiff
Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp.
authorHans Wennborg <hans@hanshq.net>
Thu, 1 Sep 2011 14:41:39 +0000 (14:41 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 1 Sep 2011 14:41:39 +0000 (14:41 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138940 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Driver/ToolChains.cpp

index d5b132c7251c6c6ea299c4d2e7a099b88b9c0df8..f56ab4379a261408436657d0c49c82024155bbda 100644 (file)
@@ -1489,7 +1489,7 @@ static std::string findGCCBaseLibDir(const std::string &GccTriple) {
   }
   static const char* GccVersions[] = {"4.6.1", "4.6.0", "4.6",
                                       "4.5.3", "4.5.2", "4.5.1", "4.5",
-                                      "4.4.5", "4.4.4", "4.4.3", "4.4",
+                                      "4.4.6", "4.4.5", "4.4.4", "4.4.3", "4.4",
                                       "4.3.4", "4.3.3", "4.3.2", "4.3",
                                       "4.2.4", "4.2.3", "4.2.2", "4.2.1",
                                       "4.2", "4.1.1"};