git: b0a8333a883b - main - libicp_rescue: Fix build for powerpc64le
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 01 Jul 2022 03:30:09 UTC
The branch main has been updated by jrtc27:
URL: https://cgit.FreeBSD.org/src/commit/?id=b0a8333a883bd3a2070c9beecc8fa209a7d5e774
commit b0a8333a883bd3a2070c9beecc8fa209a7d5e774
Author: Jessica Clarke <jrtc27@FreeBSD.org>
AuthorDate: 2022-07-01 03:28:15 +0000
Commit: Jessica Clarke <jrtc27@FreeBSD.org>
CommitDate: 2022-07-01 03:28:15 +0000
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: 1f1e2261e341 ("zfs: merge openzfs/zfs@deb121309")
---
cddl/lib/libicp_rescue/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cddl/lib/libicp_rescue/Makefile b/cddl/lib/libicp_rescue/Makefile
index 3fd098bc86ed..1237b1b05edf 100644
--- a/cddl/lib/libicp_rescue/Makefile
+++ b/cddl/lib/libicp_rescue/Makefile
@@ -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 \