mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
compel: add loongarch64 support
Signed-off-by: znley <shanjiantao@loongson.cn>
This commit is contained in:
@@ -20,7 +20,8 @@ ARCH ?= $(shell echo $(SUBARCH) | sed \
|
||||
-e s/ppc64.*/ppc64/ \
|
||||
-e s/mips.*/mips/ \
|
||||
-e s/sh[234].*/sh/ \
|
||||
-e s/aarch64.*/aarch64/)
|
||||
-e s/aarch64.*/aarch64/ \
|
||||
-e s/loongarch64.*/loongarch64/)
|
||||
|
||||
export SUBARCH ARCH
|
||||
|
||||
|
Reference in New Issue
Block a user