Index: cfe-3.8.0.src/lib/Driver/ToolChains.cpp =================================================================== --- cfe-3.8.0.src/lib/Driver/ToolChains.cpp +++ cfe-3.8.0.src/lib/Driver/ToolChains.cpp @@ -3080,6 +3080,7 @@ static bool IsUbuntu(enum Distro Distro) } static Distro DetectDistro(const Driver &D, llvm::Triple::ArchType Arch) { +#if 0 llvm::ErrorOr> File = llvm::MemoryBuffer::getFile("/etc/lsb-release"); if (File) { @@ -3155,6 +3156,8 @@ static Distro DetectDistro(const Driver return ArchLinux; return UnknownDistro; +#endif + return OpenSUSE; } /// \brief Get our best guess at the multiarch triple for a target.