mirror of
https://github.com/openwrt/packages.git
synced 2025-12-26 11:16:31 +04:00
libs: openblas: compile with RISCV64_GENERIC target on riscv64 arch
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
This commit is contained in:
@@ -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),)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user