31554e50d2
Upstream switched to building with CMake. Adjust accordingly. Reapplied patch as upstream changed the file format. Added HOST_BUILD_PARALLEL for faster compilation. Added cmake tool dependency and removed circular dependencies as a result. Adjusted dependent tools to use NOCACHE as they are needed to build ccache. Signed-off-by: Rosen Penev <rosenp@gmail.com>
11 lines
439 B
Diff
11 lines
439 B
Diff
--- a/src/ccache.cpp
|
|
+++ b/src/ccache.cpp
|
|
@@ -1654,6 +1654,7 @@ calculate_result_name(Context& ctx,
|
|
"CPLUS_INCLUDE_PATH",
|
|
"OBJC_INCLUDE_PATH",
|
|
"OBJCPLUS_INCLUDE_PATH", // clang
|
|
+ "GCC_HONOUR_COPTS",
|
|
nullptr};
|
|
for (const char** p = envvars; *p; ++p) {
|
|
const char* v = getenv(*p);
|