libicp_rescue: Fix build for powerpc64le
This is a repeat of 13cee53cef35 ("libicp: Fix build for powerpc64le")
but for the rescue version of the library.
Fixes: 1f1e2261e3
("zfs: merge openzfs/zfs@deb121309")
This commit is contained in:
parent
9921563f43
commit
b0a8333a88
@ -27,7 +27,7 @@ ASM_SOURCES_C =
|
||||
ASM_SOURCES_AS = \
|
||||
asm-aarch64/blake3/b3_aarch64_sse2.S \
|
||||
asm-aarch64/blake3/b3_aarch64_sse41.S
|
||||
.elif ${MACHINE_ARCH} == "powerpc64"
|
||||
.elif ${MACHINE_ARCH} == "powerpc64le"
|
||||
ASM_SOURCES_C =
|
||||
ASM_SOURCES_AS = \
|
||||
asm-ppc64/blake3/b3_ppc64le_sse2.S \
|
||||
|
Loading…
Reference in New Issue
Block a user