Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jul 2022 03:30:09 GMT
From:      Jessica Clarke <jrtc27@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: b0a8333a883b - main - libicp_rescue: Fix build for powerpc64le
Message-ID:  <202207010330.2613U9kd026656@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202207010330.2613U9kd026656>