mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
build: Override ARCH to x86 for travis sake
Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
e71e063890
commit
f07970ae7b
1 changed files with 5 additions and 0 deletions
5
Makefile
5
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue