mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
compel: add riscv64 support
Co-authored-by: Yixue Zhao <felicitia2010@gmail.com> Co-authored-by: stove <stove@rivosinc.com> Signed-off-by: Haorong Lu <ancientmodern4@gmail.com> --- - rebased - added a membarrier() to syscall table (fix authored by Cryolitia PukNgae) Signed-off-by: PukNgae Cryolitia <Cryolitia@gmail.com> Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com>
This commit is contained in:
parent
d8f93e7bac
commit
95359a62aa
31 changed files with 1141 additions and 3 deletions
|
|
@ -21,6 +21,7 @@ ARCH ?= $(shell echo $(SUBARCH) | sed \
|
|||
-e s/mips.*/mips/ \
|
||||
-e s/sh[234].*/sh/ \
|
||||
-e s/aarch64.*/aarch64/ \
|
||||
-e s/riscv64.*/riscv64/ \
|
||||
-e s/loongarch64.*/loongarch64/)
|
||||
|
||||
export SUBARCH ARCH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue