Edit

kc3-lang/libressl/crypto/Makefile.am.elf-mips64

Branch :

  • Show log

    Commit

  • Author : Theo Buehler
    Date : 2025-02-14 05:11:33
    Hash : 01f74a0b
    Message : Garbage collect SHA*ASM

  • crypto/Makefile.am.elf-mips64
  • ASM_MIPS64_ELF = aes/aes-mips.S
    ASM_MIPS64_ELF += bn/bn-mips.S
    ASM_MIPS64_ELF += bn/mont-mips.S
    ASM_MIPS64_ELF += sha/sha1-mips.S
    ASM_MIPS64_ELF += sha/sha512-mips.S
    ASM_MIPS64_ELF += sha/sha256-mips.S
    
    EXTRA_DIST += $(ASM_MIPS64_ELF)
    
    if HOST_ASM_ELF_MIPS64
    libcrypto_la_CPPFLAGS += -DAES_ASM
    libcrypto_la_CPPFLAGS += -DOPENSSL_BN_ASM_MONT
    libcrypto_la_SOURCES += $(ASM_MIPS64_ELF)
    endif