Revert "Disable the accelerated arm64 sha25 in static libraries"

This is now unneeded as arm64 can now resolve ifuncs in static binaries

This reverts commit c81ea895b5.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2021-08-30 10:34:30 +01:00
parent e76c0e4f45
commit a947203221

View file

@ -131,7 +131,7 @@ ACFLAGS+= -DELF -Wa,--noexecstack
.endif
.if ${MACHINE_CPUARCH} == "aarch64"
SRCS+= sha256c_arm64.c
SHARED_CFLAGS+= -DARM64_SHA2
CFLAGS+= -DARM64_SHA2
CFLAGS.sha256c_arm64.c+= -march=armv8-a+crypto
.endif
.endif # ${USE_ASM_SOURCES} != 0