aboutsummaryrefslogtreecommitdiff
path: root/crypto
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-08-14 06:30:46 +0200
committerTheo Buehler <tb@openbsd.org>2026-08-14 06:30:46 +0200
commitefe89d62d32e71a720dfd7ebae57d5cd2f204bf2 (patch)
treebf9cfab1f6e7d52495d71ac80599b16b5cd09e40 /crypto
parent239c0012901752dc3abbd7f78d0ece3d731cc19c (diff)
parent9d9f450f475fa1fa0bf5efcddeccb24b2b68e929 (diff)
downloadportable-efe89d62d32e71a720dfd7ebae57d5cd2f204bf2.tar.gz
portable-efe89d62d32e71a720dfd7ebae57d5cd2f204bf2.tar.bz2
portable-efe89d62d32e71a720dfd7ebae57d5cd2f204bf2.zip
Land #1362 - enable RISC-V BN asm
Diffstat (limited to 'crypto')
-rw-r--r--crypto/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/Makefile.am b/crypto/Makefile.am
index 7969aee..a4a717d 100644
--- a/crypto/Makefile.am
+++ b/crypto/Makefile.am
@@ -212,6 +212,7 @@ include Makefile.am.mingw64-x86_64
212if !HOST_ASM_ELF_AARCH64 212if !HOST_ASM_ELF_AARCH64
213if !HOST_ASM_ELF_MIPS 213if !HOST_ASM_ELF_MIPS
214if !HOST_ASM_ELF_MIPS64 214if !HOST_ASM_ELF_MIPS64
215if !HOST_ASM_ELF_RISCV64
215if !HOST_ASM_ELF_X86_64 216if !HOST_ASM_ELF_X86_64
216if !HOST_ASM_MACOSX_X86_64 217if !HOST_ASM_MACOSX_X86_64
217if !HOST_ASM_MASM_X86_64 218if !HOST_ASM_MASM_X86_64
@@ -224,6 +225,7 @@ endif
224endif 225endif
225endif 226endif
226endif 227endif
228endif
227 229
228if HOST_AARCH64 230if HOST_AARCH64
229if HOST_DARWIN 231if HOST_DARWIN