diff options
author | Raihaan Shouhell <raihaanhimself@gmail.com> | 2022-10-24 01:01:25 +0800 |
---|---|---|
committer | Hauke Mehrtens <hauke@hauke-m.de> | 2022-10-31 22:00:15 +0100 |
commit | c1c4a5e007db6178a9c7c85e11104d21a7535faf (patch) | |
tree | 41d50e2a76da6adc630da4efdecd4c774c660fcf /tools/ccache/patches | |
parent | 06e34a05f9e96d319d426d9bbbfebea9a62cac07 (diff) | |
download | upstream-c1c4a5e007db6178a9c7c85e11104d21a7535faf.tar.gz upstream-c1c4a5e007db6178a9c7c85e11104d21a7535faf.tar.bz2 upstream-c1c4a5e007db6178a9c7c85e11104d21a7535faf.zip |
tools/ccache: update to 4.7.1
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_7_1
Signed-off-by: Raihaan Shouhell <raihaanhimself@gmail.com>
Diffstat (limited to 'tools/ccache/patches')
-rw-r--r-- | tools/ccache/patches/100-honour-copts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ccache/patches/100-honour-copts.patch b/tools/ccache/patches/100-honour-copts.patch index 6a4834e123..b4c1be4df3 100644 --- a/tools/ccache/patches/100-honour-copts.patch +++ b/tools/ccache/patches/100-honour-copts.patch @@ -1,6 +1,6 @@ --- a/src/ccache.cpp +++ b/src/ccache.cpp -@@ -1743,6 +1743,7 @@ get_manifest_key(Context& ctx, Hash& hash) +@@ -1762,6 +1762,7 @@ get_manifest_key(Context& ctx, Hash& hash) "CPLUS_INCLUDE_PATH", "OBJC_INCLUDE_PATH", "OBJCPLUS_INCLUDE_PATH", // clang |