aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ccache/patches/100-honour-copts.patch
blob: 785a4b0e8c79c5b47f44601a8f01eea529152e6e (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/ccache.c
+++ b/src/ccache.c
@@ -2169,6 +2169,7 @@ calculate_object_hash(struct args *args,
 			"CPLUS_INCLUDE_PATH",
 			"OBJC_INCLUDE_PATH",
 			"OBJCPLUS_INCLUDE_PATH", // clang
+			"GCC_HONOUR_COPTS",
 			NULL
 		};
 		for (const char **p = envvars; *p; ++p) {