15
0043_src_common_crc32c_ppc_asm.S.patch
Normal file
15
0043_src_common_crc32c_ppc_asm.S.patch
Normal file
@@ -0,0 +1,15 @@
|
||||
--- ceph-19.1.0/src/common/crc32c_ppc_asm.S.orig 2024-07-10 10:55:06.255480790 -0400
|
||||
+++ ceph-19.1.0/src/common/crc32c_ppc_asm.S 2024-07-10 12:53:42.844075490 -0400
|
||||
@@ -54,11 +54,8 @@
|
||||
/* byte reverse permute constant */
|
||||
.octa 0x0F0E0D0C0B0A09080706050403020100
|
||||
|
||||
-#ifdef CRC32_CONSTANTS_HEADER
|
||||
-#include CRC32_CONSTANTS_HEADER
|
||||
-#else
|
||||
+#define __ASSEMBLY__
|
||||
#include "crc32c_ppc_constants.h"
|
||||
-#endif
|
||||
|
||||
.text
|
||||
|
||||
@@ -219,6 +219,7 @@ Patch0036: 0036-src-cephadm-build.py.patch
|
||||
Patch0040: 0040-gcc-14.patch
|
||||
Patch0041: 0041-src-mgr-PyModule.cc.patch
|
||||
Patch0042: 0042-src-common-dout.h.patch
|
||||
Patch0043: 0043_src_common_crc32c_ppc_asm.S.patch
|
||||
|
||||
# ceph 14.0.1 does not support 32-bit architectures, bugs #1727788, #1727787
|
||||
ExcludeArch: i686 armv7hl
|
||||
|
||||
Reference in New Issue
Block a user