Commit 9af8d949 authored by Alexander Kartashov's avatar Alexander Kartashov Committed by Pavel Emelyanov

cr: identify LDARCH and ARCH by default

Signed-off-by: 's avatarAlexander Kartashov <alekskartashov@parallels.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent be2f08ed
......@@ -70,6 +70,8 @@ ifeq ($(shell echo $(ARCH) | sed -e 's/arm.*/arm/'),arm)
endif
endif
LDARCH ?= $(ARCH)
SRC_DIR ?= $(CURDIR)
ARCH_DIR := arch/$(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