Commit a42ad2f0 authored by Dmitry Safonov's avatar Dmitry Safonov Committed by Andrei Vagin

build/nmk: rename arm64 => aarch64

Let's keep the same name for 64-bit ARM platform across source.
Reviewed-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarDmitry Safonov <dsafonov@virtuozzo.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent 99c7e728
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment