diff options
| author | Gabor Greif <ggreif@gmail.com> | 2012-05-15 11:21:03 +0000 |
|---|---|---|
| committer | Gabor Greif <ggreif@gmail.com> | 2012-05-15 11:21:03 +0000 |
| commit | 9304763dfc0805cf1b65625653f3b87b553c40d6 (patch) | |
| tree | 9c9efcd38b804e6d0bfd6076c43a3c748a1648cf /clang/lib/Driver/ToolChains.cpp | |
| parent | b3133645abfe54b0864158c8264bcd3802b25bb2 (diff) | |
| download | bcm5719-llvm-9304763dfc0805cf1b65625653f3b87b553c40d6.tar.gz bcm5719-llvm-9304763dfc0805cf1b65625653f3b87b553c40d6.zip | |
add embedded linux variants that occur in the field
llvm-svn: 156813
Diffstat (limited to 'clang/lib/Driver/ToolChains.cpp')
| -rw-r--r-- | clang/lib/Driver/ToolChains.cpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/clang/lib/Driver/ToolChains.cpp b/clang/lib/Driver/ToolChains.cpp index 40c4ae1e5fa..b0e94bff6cc 100644 --- a/clang/lib/Driver/ToolChains.cpp +++ b/clang/lib/Driver/ToolChains.cpp @@ -1146,7 +1146,8 @@ Generic_GCC::GCCInstallationDetector::GCCInstallationDetector( "i586-redhat-linux", "i386-redhat-linux", "i586-suse-linux", - "i486-slackware-linux" + "i486-slackware-linux", + "i686-montavista-linux" }; static const char *const MIPSLibDirs[] = { "/lib" }; @@ -1163,7 +1164,8 @@ Generic_GCC::GCCInstallationDetector::GCCInstallationDetector( static const char *const PPCTriples[] = { "powerpc-linux-gnu", "powerpc-unknown-linux-gnu", - "powerpc-suse-linux" + "powerpc-suse-linux", + "powerpc-montavista-linuxspe" }; static const char *const PPC64LibDirs[] = { "/lib64", "/lib" }; static const char *const PPC64Triples[] = { |

