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 committed by 1582130940
parent 56f2a8be5a
commit 013be35ba6

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