mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 22:23:27 +00:00
67790f5695
This reverts commit b1952dc259
as it's
causing issues on the buildbot which uses some kind of ccache wrapper
and so the breakage needs to be investigated further:
bash: cmake: command not found
time: tools/ccache/compile#0.05#0.03#0.15
ERROR: tools/ccache failed to build.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
11 lines
274 B
Diff
11 lines
274 B
Diff
--- a/src/ccache.c
|
|
+++ b/src/ccache.c
|
|
@@ -2277,6 +2277,7 @@ calculate_object_hash(struct args *args,
|
|
"CPLUS_INCLUDE_PATH",
|
|
"OBJC_INCLUDE_PATH",
|
|
"OBJCPLUS_INCLUDE_PATH", // clang
|
|
+ "GCC_HONOUR_COPTS",
|
|
NULL
|
|
};
|
|
for (const char **p = envvars; *p; ++p) {
|