aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/openblas/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/openblas/Makefile b/libs/openblas/Makefile
index 153de54a4..0b352d9d1 100644
--- a/libs/openblas/Makefile
+++ b/libs/openblas/Makefile
@@ -63,6 +63,8 @@ else ifeq ($(ARCH),mipsel)
OPENBLAS_TARGET:=MIPS24K
else ifeq ($(ARCH),powerpc)
OPENBLAS_TARGET:=PPC440
+else ifeq ($(ARCH),riscv64)
+ OPENBLAS_TARGET:=RISCV64_GENERIC
endif
endif # ifeq ($(OPENBLAS_TARGET),)