diff options
author | Linhui Liu <liulinhui36@gmail.com> | 2022-12-15 13:12:08 +0800 |
---|---|---|
committer | Linhui Liu <liulinhui36@gmail.com> | 2022-12-17 20:49:15 +0800 |
commit | 4e88a009509ef1278ceb91450f5f9f61dcc089c6 (patch) | |
tree | 2dc8d438562bff7fe4d62ffebfa7a8c85d5d3773 /tools | |
parent | 7fb32285d543fa93a7998625edc3faabb06ae49f (diff) | |
download | upstream-4e88a009509ef1278ceb91450f5f9f61dcc089c6.tar.gz upstream-4e88a009509ef1278ceb91450f5f9f61dcc089c6.tar.bz2 upstream-4e88a009509ef1278ceb91450f5f9f61dcc089c6.zip |
tools/ccache: update to 4.7.4
Release Notes:
https://ccache.dev/releasenotes.html#_ccache_4_7_3
https://ccache.dev/releasenotes.html#_ccache_4_7_4
Signed-off-by: Linhui Liu <liulinhui36@gmail.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/ccache/Makefile | 4 | ||||
-rw-r--r-- | tools/ccache/patches/100-honour-copts.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/tools/ccache/Makefile b/tools/ccache/Makefile index 6d92c2f141..25ab4a46ea 100644 --- a/tools/ccache/Makefile +++ b/tools/ccache/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk include $(INCLUDE_DIR)/target.mk PKG_NAME:=ccache -PKG_VERSION:=4.7.2 +PKG_VERSION:=4.7.4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://github.com/ccache/ccache/releases/download/v$(PKG_VERSION) -PKG_HASH:=17ca75a577d49c1e4f2ac86d53126859de52b789cfe85dd532758518db114eaf +PKG_HASH:=df0c64d15d3efaf0b4f6837dd6b1467e40eeaaa807db25ce79c3a08a46a84e36 include $(INCLUDE_DIR)/host-build.mk include $(INCLUDE_DIR)/cmake.mk diff --git a/tools/ccache/patches/100-honour-copts.patch b/tools/ccache/patches/100-honour-copts.patch index b4c1be4df3..5358d425c3 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 -@@ -1762,6 +1762,7 @@ get_manifest_key(Context& ctx, Hash& hash) +@@ -1779,6 +1779,7 @@ get_manifest_key(Context& ctx, Hash& has "CPLUS_INCLUDE_PATH", "OBJC_INCLUDE_PATH", "OBJCPLUS_INCLUDE_PATH", // clang |