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
|
||||
|
|
2
deps/PawPaw
vendored
2
deps/PawPaw
vendored
|
@ -1 +1 @@
|
|||
Subproject commit 4f7f9eb6ff1677606a85fe701bbb535f8fe7086c
|
||||
Subproject commit 75d86db5d171228247e1297d13090cb11220fe92
|
Loading…
Add table
Add a link
Reference in a new issue