runtime-rs: Don't try to build on Power

As done for s390x, let's just skip the runtime-rs build for Power.

Fixes: #6142

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

View File

@ -28,6 +28,13 @@ default:
test:
@echo "s390x not support currently"
exit 0
else ifeq ($(ARCH), powerpc64le)
default:
@echo "PowerPC 64 LE is not currently supported"
exit 0
test:
@echo "PowerPC 64 LE is not currently supported"
exit 0
else
##TARGET default: build code
default: runtime show-header