2
0
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:
znley
2023-06-12 09:35:40 +00:00
committed by Andrei Vagin
parent b304106e6b
commit c9df09eeab
23 changed files with 881 additions and 3 deletions

View File

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