aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2011-09-01 14:41:39 +0000
committerHans Wennborg <hans@hanshq.net>2011-09-01 14:41:39 +0000
commit104087b59d44267ecc70c6ec2c312adb6e94db54 (patch)
treeec48db0dc4d07abb1475853674b75f9fa9691c41
parentd56763fd33321cb3d0f17804abecb379cea78c01 (diff)
Add 4.4.6 to GccVersions[] in lib/Driver/ToolChains.cpp.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@138940 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--lib/Driver/ToolChains.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp
index d5b132c725..f56ab4379a 100644
--- a/lib/Driver/ToolChains.cpp
+++ b/lib/Driver/ToolChains.cpp
@@ -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"};