Skip to content

Commit

Permalink
libicp_rescue: unbreak for armv6 after recent OpenZFS import
Browse files Browse the repository at this point in the history
Similar to fb17dfa, fix libicp_rescue to include asm versions of
sha2 on armv6, to unbreak the build of rescue.

Fixes:		3494f7c
  • Loading branch information
DimitryAndric committed Dec 9, 2023
1 parent 0fb9d57 commit 1a4a9a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cddl/lib/libicp_rescue/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ ASM_SOURCES_AS = \
asm-x86_64/blake3/blake3_sse41.S

CFLAGS+= -D__amd64 -D_SYS_STACK_H
.elif ${MACHINE_ARCH} == "armv7"
.elif ${MACHINE_ARCH} == "armv6" || ${MACHINE_ARCH} == "armv7"
ASM_SOURCES_C =
ASM_SOURCES_AS = \
asm-arm/sha2/sha256-armv7.S \
Expand Down

0 comments on commit 1a4a9a5

Please sign in to comment.