2cf00b640d
Update from 3.3.2 to 3.3.4 & refresh patches. Remove 110-disable-assembler-support as ccache now understands the '.incbin' directive. Signed-off-by: Kevin Darbyshire-Bryant <kevin@darbyshire-bryant.me.uk>
10 lines
266 B
Diff
10 lines
266 B
Diff
--- a/ccache.c
|
|
+++ b/ccache.c
|
|
@@ -1790,6 +1790,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) {
|