[CRIU] [PATCH 05/12] build: Override ARCH to x86 for travis sake
Cyrill Gorcunov
gorcunov at openvz.org
Fri Feb 12 10:05:11 PST 2016
Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
Makefile | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Makefile b/Makefile
index 6e01b34b32c2..70447b888c58 100644
--- a/Makefile
+++ b/Makefile
@@ -48,6 +48,11 @@ export HOSTCC
export HOSTLD
export HOSTCFLAGS
+
+ifeq ($(ARCH),x86_64)
+ ARCH := x86
+endif
+
ifeq ($(ARCH),x86)
SRCARCH := x86
DEFINES := -DCONFIG_X86_64
--
2.5.0
More information about the CRIU
mailing list