mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +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:
parent
99c7e7283d
commit
a42ad2f033
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue