openwrt-Ansuel/tools/ccache/patches/100-honour-copts.patch
Nick Hainke 075ec5501a
tools/ccache: update to 4.12.1
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_12_1

Patch manually refreshed:
- 100-honour-copts.patch

Signed-off-by: Nick Hainke <vincent@systemli.org>
Link: https://github.com/openwrt/openwrt/pull/20837
Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
2025-11-20 14:00:41 +01:00

11 lines
378 B
Diff

--- a/src/ccache/ccache.cpp
+++ b/src/ccache/ccache.cpp
@@ -2181,6 +2181,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
};