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