Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 22 Sep 2023 17:16:49 GMT
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: c97a82d4a4a0 - main - libcrypto: Copy the arm64 header when building asm
Message-ID:  <202309221716.38MHGnEb081047@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202309221716.38MHGnEb081047>