Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/freebsd/freebsd-src.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/cddl
diff options
context:
space:
mode:
authorJessica Clarke <jrtc27@FreeBSD.org>2022-07-01 06:28:15 +0300
committerJessica Clarke <jrtc27@FreeBSD.org>2022-07-01 06:28:15 +0300
commitb0a8333a883bd3a2070c9beecc8fa209a7d5e774 (patch)
tree2425a7e5273209fdd18de51deb236937505c1034 /cddl
parent9921563f43a924d21c7bf43db4a34e724577db95 (diff)
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")
Diffstat (limited to 'cddl')
-rw-r--r--cddl/lib/libicp_rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
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 \