mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-14 06:12:01 +01:00
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:
parent
e76c0e4f45
commit
a947203221
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user