mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-28 10:35:42 +00:00
Fixing the patch to apply correctly
This commit is contained in:
parent
964b2a20df
commit
21f3bda45b
1 changed files with 3 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
--- a/tools/clang/lib/Driver/ToolChains.cpp
|
--- a/tools/clang/lib/Driver/ToolChains.cpp
|
||||||
+++ b/tools/clang/lib/Driver/ToolChains.cpp
|
+++ b/tools/clang/lib/Driver/ToolChains.cpp
|
||||||
@@ -1223,6 +1223,18 @@
|
@@ -1062,6 +1062,18 @@
|
||||||
// And finally in /usr.
|
// And finally in /usr.
|
||||||
if (D.SysRoot.empty())
|
if (D.SysRoot.empty())
|
||||||
Prefixes.push_back("/usr");
|
Prefixes.push_back("/usr");
|
||||||
|
@ -17,3 +17,5 @@
|
||||||
+ }
|
+ }
|
||||||
+ }
|
+ }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Loop over the various components which exist and select the best GCC
|
||||||
|
|
Loading…
Reference in a new issue