fix mips/mips64 builds
This commit is contained in:
24
crypto/Makefile.am.elf-mips
Normal file
24
crypto/Makefile.am.elf-mips
Normal file
@@ -0,0 +1,24 @@
|
||||
ASM_MIPS_ELF = aes/aes-mips.S
|
||||
ASM_MIPS_ELF += bn/bn-mips.S
|
||||
ASM_MIPS_ELF += bn/mont-mips.S
|
||||
ASM_MIPS_ELF += sha/sha1-mips.S
|
||||
ASM_MIPS_ELF += sha/sha512-mips.S
|
||||
ASM_MIPS_ELF += sha/sha256-mips.S
|
||||
|
||||
ASM_MIPS_ELF += aes/aes_cbc.c
|
||||
ASM_MIPS_ELF += camellia/camellia.c
|
||||
ASM_MIPS_ELF += camellia/cmll_cbc.c
|
||||
ASM_MIPS_ELF += rc4/rc4_enc.c
|
||||
ASM_MIPS_ELF += rc4/rc4_skey.c
|
||||
ASM_MIPS_ELF += whrlpool/wp_block.c
|
||||
|
||||
EXTRA_DIST += $(ASM_MIPS_ELF)
|
||||
|
||||
if HOST_ASM_ELF_MIPS
|
||||
libcrypto_la_CPPFLAGS += -DAES_ASM
|
||||
libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT
|
||||
libcrypto_la_CPPFLAGS += -DSHA1_ASM
|
||||
libcrypto_la_CPPFLAGS += -DSHA256_ASM
|
||||
libcrypto_la_CPPFLAGS += -DSHA512_ASM
|
||||
libcrypto_la_SOURCES += $(ASM_MIPS_ELF)
|
||||
endif
|
Reference in New Issue
Block a user