[CRIU] [PATCH 3/8] cr: identify LDARCH and ARCH by default
Alexander Kartashov
alekskartashov at parallels.com
Thu Oct 10 23:48:00 PDT 2013
Signed-off-by: Alexander Kartashov <alekskartashov at parallels.com>
---
Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/Makefile b/Makefile
index 0834277..d9dfdc5 100644
--- a/Makefile
+++ b/Makefile
@@ -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)
--
1.7.9.5
More information about the CRIU
mailing list