mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-22 09:58:09 +00:00
make: Yield error on x86-32
Since we don't support x86-32 yet, issue an error early. Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
parent
43407bdf87
commit
709b091f9f
2
Makefile
2
Makefile
@ -33,7 +33,7 @@ ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/i386/ -e s/sun4u/sparc64/ \
|
|||||||
|
|
||||||
uname_M := $(shell uname -m | sed -e s/i.86/i386/)
|
uname_M := $(shell uname -m | sed -e s/i.86/i386/)
|
||||||
ifeq ($(uname_M),i386)
|
ifeq ($(uname_M),i386)
|
||||||
ARCH := x86
|
ARCH := x86-32
|
||||||
DEFINES := -DCONFIG_X86_32
|
DEFINES := -DCONFIG_X86_32
|
||||||
endif
|
endif
|
||||||
ifeq ($(uname_M),x86_64)
|
ifeq ($(uname_M),x86_64)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user