mirror of
https://github.com/openssl/openssl.git
synced 2025-02-17 14:32:04 +08:00
Use .s extension for ia64 assembler
Reviewed-by: Shane Lontis <shane.lontis@oracle.com> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/18136)
This commit is contained in:
parent
e5da681834
commit
6009997abd
@ -5,7 +5,7 @@ IF[{- !$disabled{asm} -}]
|
||||
$CHACHAASM_x86=chacha-x86.s
|
||||
$CHACHAASM_x86_64=chacha-x86_64.s
|
||||
|
||||
$CHACHAASM_ia64=chacha-ia64.S
|
||||
$CHACHAASM_ia64=chacha-ia64.s
|
||||
|
||||
$CHACHAASM_s390x=chacha-s390x.S
|
||||
|
||||
@ -37,4 +37,4 @@ INCLUDE[chacha-armv8.o]=..
|
||||
INCLUDE[chacha-s390x.o]=..
|
||||
GENERATE[chacha-c64xplus.S]=asm/chacha-c64xplus.pl
|
||||
GENERATE[chacha-s390x.S]=asm/chacha-s390x.pl
|
||||
GENERATE[chacha-ia64.S]=asm/chacha-ia64.pl
|
||||
GENERATE[chacha-ia64.s]=asm/chacha-ia64.pl
|
||||
|
@ -5,7 +5,7 @@ IF[{- !$disabled{asm} -}]
|
||||
$POLY1305ASM_x86=poly1305-x86.s
|
||||
$POLY1305ASM_x86_64=poly1305-x86_64.s
|
||||
|
||||
$POLY1305ASM_ia64=asm/poly1305-ia64.S
|
||||
$POLY1305ASM_ia64=asm/poly1305-ia64.s
|
||||
|
||||
$POLY1305ASM_sparcv9=poly1305-sparcv9.S
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user