Skip to content

Commit

Permalink
Fix for new armasm support of cpuid.
Browse files Browse the repository at this point in the history
  • Loading branch information
dgarske committed Jan 2, 2025
1 parent 58ca84c commit d9b9388
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arch.mk
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,8 @@ ifeq ($(ARCH),AARCH64)
ifeq ($(NO_ARM_ASM),0)
ARCH_FLAGS=-mstrict-align
CFLAGS+=$(ARCH_FLAGS) -DWOLFSSL_ARMASM -DWOLFSSL_ARMASM_INLINE -DWC_HASH_DATA_ALIGNMENT=8
WOLFCRYPT_OBJS += lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha256.o \
WOLFCRYPT_OBJS += lib/wolfssl/wolfcrypt/src/cpuid.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha256.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha512.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-aes.o \
lib/wolfssl/wolfcrypt/src/port/arm/armv8-sha512-asm_c.o \
Expand Down

0 comments on commit d9b9388

Please sign in to comment.