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

2
deps/PawPaw vendored

@ -1 +1 @@
Subproject commit 4f7f9eb6ff1677606a85fe701bbb535f8fe7086c
Subproject commit 75d86db5d171228247e1297d13090cb11220fe92