mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-05 05:24:20 +00:00
c981096416
Fixes since 4.10:
* Fixed detection of Fmt version 11 and newer.
* Fixed prefix command lookup from PATH.
Suggested-by: Jen Wolf <jenwolf@protonmail.com>
Link: https://github.com/openwrt/openwrt/pull/17105
Signed-off-by: Petr Štetiar <ynezz@true.cz>
(cherry picked from commit 08f12283c7
)
11 lines
347 B
Diff
11 lines
347 B
Diff
--- a/src/ccache/ccache.cpp
|
|
+++ b/src/ccache/ccache.cpp
|
|
@@ -1914,6 +1914,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) {
|