build/nmk: Remove SRCARCH

It's not used anywhere now.

Signed-off-by: Dmitry Safonov <dima@arista.com>
Signed-off-by: Andrei Vagin <avagin@gmail.com>
This commit is contained in:
Dmitry Safonov 2019-11-21 21:56:35 +00:00 committed by Andrei Vagin
parent 25f6d4f72f
commit a4fa4162d4

View file

@ -22,9 +22,8 @@ SUBARCH := $(shell uname -m | sed \
-e s/aarch64.*/aarch64/)
ARCH ?= $(SUBARCH)
SRCARCH := $(ARCH)
export SUBARCH ARCH SRCARCH
export SUBARCH ARCH
ifndef ____nmk_defined__tools
include $(__nmk_dir)tools.mk