git: c97a82d4a4a0 - main - libcrypto: Copy the arm64 header when building asm
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 22 Sep 2023 17:16:49 UTC
The branch main has been updated by andrew: URL: https://cgit.FreeBSD.org/src/commit/?id=c97a82d4a4a0288ed2a456f4ce41d57483724f17 commit c97a82d4a4a0288ed2a456f4ce41d57483724f17 Author: Andrew Turner <andrew@FreeBSD.org> AuthorDate: 2023-09-22 11:34:08 +0000 Commit: Andrew Turner <andrew@FreeBSD.org> CommitDate: 2023-09-22 17:15:13 +0000 libcrypto: Copy the arm64 header when building asm It may be needed when it's updated so is best to keep in sync with the assembly files. Reviewed by: emaste Sponsored by: Arm Ltd Differential Revision: https://reviews.freebsd.org/D41938 --- secure/lib/libcrypto/Makefile.asm | 1 + 1 file changed, 1 insertion(+) diff --git a/secure/lib/libcrypto/Makefile.asm b/secure/lib/libcrypto/Makefile.asm index d3243e5b20b8..644965c1ac1c 100644 --- a/secure/lib/libcrypto/Makefile.asm +++ b/secure/lib/libcrypto/Makefile.asm @@ -46,6 +46,7 @@ ASM= ${SRCS:R:S/$/.S/} sha256-armv8.S all: ${ASM} rm -f ${ASM:R:S/$/.s/} + ${CP} ${LCRYPTO_SRC}/crypto/arm_arch.h arm_arch.h CLEANFILES= ${ASM} .SUFFIXES: .pl