diff --git a/src/runtime-rs/Makefile b/src/runtime-rs/Makefile index 909f7a050c..8a0e00e614 100644 --- a/src/runtime-rs/Makefile +++ b/src/runtime-rs/Makefile @@ -37,6 +37,11 @@ test: install: @echo "PowerPC 64 LE is not currently supported" exit 0 +else ifeq ($(ARCH), riscv64gc) +default: runtime show-header +test: + @echo "RISC-V 64 is not currently supported" + exit 0 else ##TARGET default: build code default: runtime show-header