[CRIU] [PATCH 5/8] build: Override ARCH to x86 for travis sake
Cyrill Gorcunov
gorcunov at openvz.org
Fri Feb 5 01:01:17 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 85dfb440c889..5dc2c473da02 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