add arm asm support via autoconf/make

This commit is contained in:
Brent Cook
2018-11-11 02:08:55 -06:00
parent 9c6e9f0995
commit 8f32297dce
2 changed files with 7 additions and 2 deletions

View File

@@ -192,9 +192,11 @@ include Makefile.am.arc4random
libcrypto_la_SOURCES =
EXTRA_libcrypto_la_SOURCES =
include Makefile.am.elf-arm
include Makefile.am.elf-x86_64
include Makefile.am.macosx-x86_64
if !HOST_ASM_ELF_ARM
if !HOST_ASM_ELF_X86_64
if !HOST_ASM_MACOSX_X86_64
libcrypto_la_SOURCES += aes/aes_cbc.c
@@ -206,6 +208,7 @@ libcrypto_la_SOURCES += rc4/rc4_skey.c
libcrypto_la_SOURCES += whrlpool/wp_block.c
endif
endif
endif
libcrypto_la_SOURCES += cpt_err.c
libcrypto_la_SOURCES += cryptlib.c