diff options
author | Chris Lattner <sabre@nondot.org> | 2011-02-22 20:47:07 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2011-02-22 20:47:07 +0000 |
commit | 6b7367e53c47ae0528dbc658bbac603d24f87f94 (patch) | |
tree | ff90bbe0fb56fc3dfc9fa33d40d0165b4d83b529 /lib/Driver/ToolChains.cpp | |
parent | 86f208c1a112c3e8984e63daec15ccf0a1a84329 (diff) |
improve support for SUSE Linux Enterprise Server 11 SP1 (x86_64).
Patch by Csaba Raduly!
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@126245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Driver/ToolChains.cpp')
-rw-r--r-- | lib/Driver/ToolChains.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains.cpp b/lib/Driver/ToolChains.cpp index 13b8b4609e..000c713534 100644 --- a/lib/Driver/ToolChains.cpp +++ b/lib/Driver/ToolChains.cpp @@ -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]; |