aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
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],