libs: openblas: compile with RISCV64_GENERIC target on riscv64 arch

Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
This commit is contained in:
Zoltan HERPAI 2022-05-23 23:25:55 +02:00
parent 510d44d988
commit 631cb5309d
1 changed files with 2 additions and 0 deletions

View File

@ -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),)