Enable linux-riscv64 builds

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-09-13 21:33:31 +01:00
parent 6e5605e200
commit a5d28c2707
No known key found for this signature in database
GPG key ID: CDBAA37ABC74FBA0
9 changed files with 107 additions and 5 deletions

3
deps/Makefile vendored
View file

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