aboutsummaryrefslogtreecommitdiffstats
path: root/tools/ccache/patches/100-honour-copts.patch
blob: 55422985b770e397223f47d335581153ec9fa4aa (plain)
1
2
3
4
5
6
7
8
9
10
--- a/src/ccache.cpp
+++ b/src/ccache.cpp
@@ -1633,6 +1633,7 @@ calculate_result_and_manifest_key(Contex
                              "CPLUS_INCLUDE_PATH",
                              "OBJC_INCLUDE_PATH",
                              "OBJCPLUS_INCLUDE_PATH", // clang
+                             "GCC_HONOUR_COPTS",
                              nullptr};
     for (const char** p = envvars; *p; ++p) {
       const char* v = getenv(*p);