From 21f3bda45bf3a8db38d990baf06cb38f5a79073b Mon Sep 17 00:00:00 2001 From: Dave Johansen Date: Fri, 2 Jan 2015 11:26:46 -0700 Subject: [PATCH] Fixing the patch to apply correctly --- 0004-devtoolset.patch | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/0004-devtoolset.patch b/0004-devtoolset.patch index 500d41e..e69d934 100644 --- a/0004-devtoolset.patch +++ b/0004-devtoolset.patch @@ -1,6 +1,6 @@ --- a/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. if (D.SysRoot.empty()) Prefixes.push_back("/usr"); @@ -17,3 +17,5 @@ + } + } } + + // Loop over the various components which exist and select the best GCC