Fixing the patch to apply correctly

This commit is contained in:
Dave Johansen 2015-01-02 11:26:46 -07:00
parent 964b2a20df
commit 21f3bda45b
1 changed files with 3 additions and 1 deletions

View File

@ -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