mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-02 01:08:05 +00:00
b99465aa5e
This reverts commit b1952dc259ce3eb7ac6023c9e02d5adf2546efca 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> Signed-off-by: maurerr <mariusd84@gmail.com>
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) {
|