runtime-rs: Improve s390x error message

Nothing much to add, let's just make the message more clear.

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2023-01-27 12:49:19 +01:00
parent 4e2db96ef7
commit c071355359

View File

@ -23,10 +23,10 @@ ARCH_FILE = $(ARCH_DIR)/$(ARCH)$(ARCH_FILE_SUFFIX)
ifeq ($(ARCH), s390x) ifeq ($(ARCH), s390x)
default: default:
@echo "s390x not support currently" @echo "s390x is not currently supported"
exit 0 exit 0
test: test:
@echo "s390x not support currently" @echo "s390x is not currently supported"
exit 0 exit 0
else ifeq ($(ARCH), powerpc64le) else ifeq ($(ARCH), powerpc64le)
default: default: