aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
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 /configure.ac
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 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 23f0c38..c10a33f 100644
--- a/configure.ac
+++ b/configure.ac
@@ -136,6 +136,8 @@ AM_CONDITIONAL([HOST_ASM_ELF_MIPS],
136 [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "mips" -a "x$enable_asm" != "xno"]) 136 [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "mips" -a "x$enable_asm" != "xno"])
137AM_CONDITIONAL([HOST_ASM_ELF_MIPS64], 137AM_CONDITIONAL([HOST_ASM_ELF_MIPS64],
138 [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "mips64" -a "x$enable_asm" != "xno"]) 138 [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "mips64" -a "x$enable_asm" != "xno"])
139AM_CONDITIONAL([HOST_ASM_ELF_RISCV64],
140 [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "riscv64" -a "x$enable_asm" != "xno"])
139AM_CONDITIONAL([HOST_ASM_ELF_X86_64], 141AM_CONDITIONAL([HOST_ASM_ELF_X86_64],
140 [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "x86_64" -a "x$enable_asm" != "xno"]) 142 [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "x86_64" -a "x$enable_asm" != "xno"])
141AM_CONDITIONAL([HOST_ASM_MACOSX_X86_64], 143AM_CONDITIONAL([HOST_ASM_MACOSX_X86_64],