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:
Dmitry Safonov 2017-04-24 21:37:15 +03:00 committed by Andrei Vagin
parent 99c7e7283d
commit a42ad2f033

View file

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