mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 21:58:04 +00:00
08f12283c7
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>
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) {
|