Commit f07970ae authored by Cyrill Gorcunov's avatar Cyrill Gorcunov Committed by Pavel Emelyanov

build: Override ARCH to x86 for travis sake

Signed-off-by: 's avatarCyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent e71e0638
......@@ -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
......
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