summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch')
-rw-r--r--meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch6
1 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch b/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch
index aab943459d..67c74a1e8e 100644
--- a/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch
+++ b/meta/recipes-devtools/ccache/files/0001-xxhash.h-Fix-build-with-gcc-12.patch
@@ -1,4 +1,4 @@
1From cfde5ba7d10ae1e9d0c259dd1e7027e9bad8f83c Mon Sep 17 00:00:00 2001 1From 550834a3ec2e05e379be63b084e7fa06a1723f84 Mon Sep 17 00:00:00 2001
2From: Mingli Yu <mingli.yu@windriver.com> 2From: Mingli Yu <mingli.yu@windriver.com>
3Date: Mon, 6 Jun 2022 17:53:20 +0800 3Date: Mon, 6 Jun 2022 17:53:20 +0800
4Subject: [PATCH] xxhash.h: Fix build with gcc-12 4Subject: [PATCH] xxhash.h: Fix build with gcc-12
@@ -17,6 +17,7 @@ Remove inline attribute to fix below build failure:
17Upstream-Status: Submitted [https://github.com/Cyan4973/xxHash/pull/720] 17Upstream-Status: Submitted [https://github.com/Cyan4973/xxHash/pull/720]
18 18
19Signed-off-by: Mingli Yu <mingli.yu@windriver.com> 19Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
20
20--- 21---
21 src/third_party/xxhash.h | 2 +- 22 src/third_party/xxhash.h | 2 +-
22 1 file changed, 1 insertion(+), 1 deletion(-) 23 1 file changed, 1 insertion(+), 1 deletion(-)
@@ -34,6 +35,3 @@ index 08ab794..c754e99 100644
34 # define XXH_NO_INLINE static __attribute__((noinline)) 35 # define XXH_NO_INLINE static __attribute__((noinline))
35 #elif defined(_MSC_VER) /* Visual Studio */ 36 #elif defined(_MSC_VER) /* Visual Studio */
36 # define XXH_FORCE_INLINE static __forceinline 37 # define XXH_FORCE_INLINE static __forceinline
37--
382.25.1
39