mirror of
https://github.com/openwrt/openwrt.git
synced 2026-06-17 12:40:16 +04:00
84cb042e3a
Release Notes: - https://ccache.dev/releasenotes.html#_ccache_4_12_2 - https://ccache.dev/releasenotes.html#_ccache_4_13_3 - https://ccache.dev/releasenotes.html#_ccache_4_13 - https://ccache.dev/releasenotes.html#_ccache_4_13_1 - https://ccache.dev/releasenotes.html#_ccache_4_13_2 - https://ccache.dev/releasenotes.html#_ccache_4_13_3 Link: https://github.com/openwrt/openwrt/pull/23005 Signed-off-by: Nick Hainke <vincent@systemli.org>
11 lines
378 B
Diff
11 lines
378 B
Diff
--- a/src/ccache/ccache.cpp
|
|
+++ b/src/ccache/ccache.cpp
|
|
@@ -2321,6 +2321,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",
|
|
"INCLUDE", // MSVC
|
|
"EXTERNAL_INCLUDE", // MSVC
|
|
};
|