mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 09:39:00 +00:00
28bf0137b4
Refresh all tools patches now that tools/refresh correctly works. CI now checks for them and actively complain if tools have unrefreshed patches. Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
11 lines
430 B
Diff
11 lines
430 B
Diff
--- a/src/ccache.cpp
|
|
+++ b/src/ccache.cpp
|
|
@@ -1815,6 +1815,7 @@ get_manifest_key(Context& ctx, Hash& has
|
|
"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);
|