mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 13:34:19 +00:00
3595931934
Release Notes: https://ccache.dev/releasenotes.html#_ccache_4_9 Manually refresh patch: - 100-honour-copts.patch Signed-off-by: Nick Hainke <vincent@systemli.org>
11 lines
333 B
Diff
11 lines
333 B
Diff
--- a/src/ccache.cpp
|
|
+++ b/src/ccache.cpp
|
|
@@ -1843,6 +1843,7 @@ get_manifest_key(Context& ctx, Hash& has
|
|
"OBJCPLUS_INCLUDE_PATH", // Clang
|
|
"CLANG_CONFIG_FILE_SYSTEM_DIR", // Clang
|
|
"CLANG_CONFIG_FILE_USER_DIR", // Clang
|
|
+ "GCC_HONOUR_COPTS",
|
|
nullptr,
|
|
};
|
|
for (const char** p = envvars; *p; ++p) {
|