diff options
| author | Jessica Clarke <jrtc27@FreeBSD.org> | 2022-07-01 00:30:26 +0000 |
|---|---|---|
| committer | Jessica Clarke <jrtc27@FreeBSD.org> | 2022-07-01 00:30:26 +0000 |
| commit | 9921563f43a924d21c7bf43db4a34e724577db95 (patch) | |
| tree | 654bd813d05a09341a3b90ac01ac1c117269384e /cddl | |
| parent | 9aa02d5120ab02bcbbc16fddb63e575df4ed6f61 (diff) | |
Diffstat (limited to 'cddl')
| -rw-r--r-- | cddl/lib/libicp/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cddl/lib/libicp/Makefile b/cddl/lib/libicp/Makefile index 5b316453af9a..58ebb292c946 100644 --- a/cddl/lib/libicp/Makefile +++ b/cddl/lib/libicp/Makefile @@ -28,7 +28,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 \ |
