diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2022-07-01 03:28:15 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2022-07-01 03:28:15 +0000 |
| commit | b0a8333a883bd3a2070c9beecc8fa209a7d5e774 (patch) | |
| tree | 2425a7e5273209fdd18de51deb236937505c1034 /cddl/lib | |
| parent | 9921563f43a924d21c7bf43db4a34e724577db95 (diff) | |
Diffstat (limited to 'cddl/lib')
| -rw-r--r-- | cddl/lib/libicp_rescue/Makefile | 2 |
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 \ |
