mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-12 07:53:07 +00:00
c1ccae54ce
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_6_3
Refresh patch:
- 100-honour-copts.patch
Signed-off-by: Nick Hainke <vincent@systemli.org>
(cherry picked from commit 83ea2e11b4
)
11 lines
444 B
Diff
11 lines
444 B
Diff
--- a/src/ccache.cpp
|
|
+++ b/src/ccache.cpp
|
|
@@ -1756,6 +1756,7 @@ calculate_result_and_manifest_key(Contex
|
|
"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);
|