mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
build/nmk: rename arm64 => aarch64
Let's keep the same name for 64-bit ARM platform across source. Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Dmitry Safonov <dsafonov@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
committed by
Andrei Vagin
parent
99c7e7283d
commit
a42ad2f033
@@ -17,7 +17,7 @@ SUBARCH := $(shell uname -m | sed \
|
||||
-e s/ppc64.*/ppc64/ \
|
||||
-e s/mips.*/mips/ \
|
||||
-e s/sh[234].*/sh/ \
|
||||
-e s/aarch64.*/arm64/)
|
||||
-e s/aarch64.*/aarch64/)
|
||||
|
||||
ARCH ?= $(SUBARCH)
|
||||
SRCARCH := $(ARCH)
|
||||
|
Reference in New Issue
Block a user