mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-02 09:24:35 +00:00
runtime-rs: Allow compilation for s390x
Until now, runtime-rs couldn't be compiled on s390x. We need to lift those restrictions in Makefile first. Fixes: #8446 Signed-off-by: Hyounggyu Choi <Hyounggyu.Choi@ibm.com>
This commit is contained in:
@@ -26,15 +26,11 @@ ARCH_FILE_SUFFIX = -options.mk
|
|||||||
ARCH_FILE = $(ARCH_DIR)/$(ARCH)$(ARCH_FILE_SUFFIX)
|
ARCH_FILE = $(ARCH_DIR)/$(ARCH)$(ARCH_FILE_SUFFIX)
|
||||||
|
|
||||||
ifeq ($(ARCH), s390x)
|
ifeq ($(ARCH), s390x)
|
||||||
default:
|
default: runtime show-header
|
||||||
@echo "s390x is not currently supported"
|
|
||||||
exit 0
|
|
||||||
test:
|
test:
|
||||||
@echo "s390x is not currently supported"
|
@echo "s390x is not currently supported"
|
||||||
exit 0
|
exit 0
|
||||||
install:
|
install: install-runtime install-configs
|
||||||
@echo "s390x is not currently supported"
|
|
||||||
exit 0
|
|
||||||
else ifeq ($(ARCH), powerpc64le)
|
else ifeq ($(ARCH), powerpc64le)
|
||||||
default:
|
default:
|
||||||
@echo "PowerPC 64 LE is not currently supported"
|
@echo "PowerPC 64 LE is not currently supported"
|
||||||
|
Reference in New Issue
Block a user