Enable linux-riscv64 builds
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
6e5605e200
commit
a5d28c2707
9 changed files with 107 additions and 5 deletions
3
deps/Makefile
vendored
3
deps/Makefile
vendored
|
@ -72,6 +72,9 @@ MACHINE = i686-the-rack
|
|||
else ifeq ($(CPU_ARM64),true)
|
||||
ARCH_NAME = arm64
|
||||
MACHINE = x86_64-the-rack
|
||||
else ifeq ($(CPU_RISCV64),true)
|
||||
ARCH_NAME = riscv64
|
||||
MACHINE = x86_64-the-rack
|
||||
else ifeq ($(WASM),true)
|
||||
MACHINE = i686-wasm
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue