aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ccache/patches/100-honour-copts.patch
blob: 1916d17c60e96fa100f606f9ad3021e4aa26eb7a (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/ccache.c
+++ b/src/ccache.c
@@ -1859,6 +1859,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) {