mirror of
https://github.com/libressl/portable.git
synced 2026-01-17 21:51:17 +01:00
update CMake and Makefile
This commit is contained in:
@@ -23,8 +23,6 @@ if(HOST_ASM_ELF_X86_64)
|
||||
set(
|
||||
ASM_X86_64_ELF_SRC
|
||||
aes/aes-elf-x86_64.S
|
||||
aes/bsaes-elf-x86_64.S
|
||||
aes/vpaes-elf-x86_64.S
|
||||
aes/aesni-elf-x86_64.S
|
||||
bn/modexp512-elf-x86_64.S
|
||||
bn/mont-elf-x86_64.S
|
||||
@@ -60,8 +58,6 @@ if(HOST_ASM_MACOSX_X86_64)
|
||||
set(
|
||||
ASM_X86_64_MACOSX_SRC
|
||||
aes/aes-macosx-x86_64.S
|
||||
aes/bsaes-macosx-x86_64.S
|
||||
aes/vpaes-macosx-x86_64.S
|
||||
aes/aesni-macosx-x86_64.S
|
||||
bn/modexp512-macosx-x86_64.S
|
||||
bn/mont-macosx-x86_64.S
|
||||
@@ -98,8 +94,6 @@ if(HOST_ASM_MASM_X86_64)
|
||||
set(
|
||||
ASM_X86_64_MASM_SRC
|
||||
aes/aes-masm-x86_64.S
|
||||
aes/bsaes-masm-x86_64.S
|
||||
aes/vpaes-masm-x86_64.S
|
||||
aes/aesni-masm-x86_64.S
|
||||
#bn/modexp512-masm-x86_64.S
|
||||
#bn/mont-masm-x86_64.S
|
||||
@@ -124,8 +118,6 @@ if(HOST_ASM_MINGW64_X86_64)
|
||||
set(
|
||||
ASM_X86_64_MINGW64_SRC
|
||||
aes/aes-mingw64-x86_64.S
|
||||
aes/bsaes-mingw64-x86_64.S
|
||||
aes/vpaes-mingw64-x86_64.S
|
||||
aes/aesni-mingw64-x86_64.S
|
||||
#bn/modexp512-mingw64-x86_64.S
|
||||
#bn/mont-mingw64-x86_64.S
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
|
||||
ASM_X86_64_ELF = aes/aes-elf-x86_64.S
|
||||
ASM_X86_64_ELF += aes/bsaes-elf-x86_64.S
|
||||
ASM_X86_64_ELF += aes/vpaes-elf-x86_64.S
|
||||
ASM_X86_64_ELF += aes/aesni-elf-x86_64.S
|
||||
ASM_X86_64_ELF += bn/modexp512-elf-x86_64.S
|
||||
ASM_X86_64_ELF += bn/mont-elf-x86_64.S
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
|
||||
ASM_X86_64_MACOSX = aes/aes-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += aes/bsaes-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += aes/vpaes-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += aes/aesni-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += bn/modexp512-macosx-x86_64.S
|
||||
ASM_X86_64_MACOSX += bn/mont-macosx-x86_64.S
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
|
||||
ASM_X86_64_MASM = aes/aes-masm-x86_64.S
|
||||
ASM_X86_64_MASM += aes/bsaes-masm-x86_64.S
|
||||
ASM_X86_64_MASM += aes/vpaes-masm-x86_64.S
|
||||
ASM_X86_64_MASM += aes/aesni-masm-x86_64.S
|
||||
ASM_X86_64_MASM += bn/modexp512-masm-x86_64.S
|
||||
ASM_X86_64_MASM += bn/mont-masm-x86_64.S
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
|
||||
ASM_X86_64_MINGW64 = aes/aes-mingw64-x86_64.S
|
||||
ASM_X86_64_MINGW64 += aes/bsaes-mingw64-x86_64.S
|
||||
ASM_X86_64_MINGW64 += aes/vpaes-mingw64-x86_64.S
|
||||
ASM_X86_64_MINGW64 += aes/aesni-mingw64-x86_64.S
|
||||
#ASM_X86_64_MINGW64 += bn/modexp512-mingw64-x86_64.S
|
||||
#ASM_X86_64_MINGW64 += bn/mont-mingw64-x86_64.S
|
||||
|
||||
Reference in New Issue
Block a user