summaryrefslogtreecommitdiff
path: root/ffbuild
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi@remlab.net>2023-12-05 17:54:26 +0200
committerRémi Denis-Courmont <remi@remlab.net>2023-12-08 17:21:09 +0200
commitb3825bbe452c8e4f129fa90bba1fed0ee7b87d71 (patch)
tree022ae13a579e7e282a307e009e7ce983aa2704f9 /ffbuild
parent0b9d009b4a85be31ed8ba1a9cece3b2db3e4d2f3 (diff)
riscv: test for assembler support
This should fix the build on LLVM 16 and earlier, at the cost of turning all non-RVV optimisations off.
Diffstat (limited to 'ffbuild')
-rw-r--r--ffbuild/arch.mak1
1 files changed, 1 insertions, 0 deletions
diff --git a/ffbuild/arch.mak b/ffbuild/arch.mak
index 39d76ee152..23a3feb090 100644
--- a/ffbuild/arch.mak
+++ b/ffbuild/arch.mak
@@ -15,6 +15,7 @@ OBJS-$(HAVE_LASX) += $(LASX-OBJS) $(LASX-OBJS-yes)
OBJS-$(HAVE_ALTIVEC) += $(ALTIVEC-OBJS) $(ALTIVEC-OBJS-yes)
OBJS-$(HAVE_VSX) += $(VSX-OBJS) $(VSX-OBJS-yes)
+OBJS-$(HAVE_RV) += $(RV-OBJS) $(RV-OBJS-yes)
OBJS-$(HAVE_RVV) += $(RVV-OBJS) $(RVV-OBJS-yes)
OBJS-$(HAVE_MMX) += $(MMX-OBJS) $(MMX-OBJS-yes)