diff options
| author | Theo Buehler <tb@openbsd.org> | 2026-08-14 06:30:46 +0200 |
|---|---|---|
| committer | Theo Buehler <tb@openbsd.org> | 2026-08-14 06:30:46 +0200 |
| commit | efe89d62d32e71a720dfd7ebae57d5cd2f204bf2 (patch) | |
| tree | bf9cfab1f6e7d52495d71ac80599b16b5cd09e40 /configure.ac | |
| parent | 239c0012901752dc3abbd7f78d0ece3d731cc19c (diff) | |
| parent | 9d9f450f475fa1fa0bf5efcddeccb24b2b68e929 (diff) | |
| download | portable-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.ac | 2 |
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"]) |
| 137 | AM_CONDITIONAL([HOST_ASM_ELF_MIPS64], | 137 | AM_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"]) |
| 139 | AM_CONDITIONAL([HOST_ASM_ELF_RISCV64], | ||
| 140 | [test "x$HOST_ABI" = "xelf" -a "$host_cpu" = "riscv64" -a "x$enable_asm" != "xno"]) | ||
| 139 | AM_CONDITIONAL([HOST_ASM_ELF_X86_64], | 141 | AM_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"]) |
| 141 | AM_CONDITIONAL([HOST_ASM_MACOSX_X86_64], | 143 | AM_CONDITIONAL([HOST_ASM_MACOSX_X86_64], |
