930a88b69d
OBS-URL: https://build.opensuse.org/package/show/devel:tools:compiler/llvm?expand=0&rev=131
14 lines
466 B
Diff
14 lines
466 B
Diff
Index: llvm/tools/clang/lib/Driver/ToolChains.cpp
|
|
===================================================================
|
|
--- llvm.orig/tools/clang/lib/Driver/ToolChains.cpp
|
|
+++ llvm/tools/clang/lib/Driver/ToolChains.cpp
|
|
@@ -1840,7 +1840,7 @@ static bool IsRedhat(enum LinuxDistro Di
|
|
}
|
|
|
|
static bool IsOpenSuse(enum LinuxDistro Distro) {
|
|
- return Distro >= OpenSuse11_3 && Distro <= OpenSuse12_1;
|
|
+ return true;
|
|
}
|
|
|
|
static bool IsDebian(enum LinuxDistro Distro) {
|