riscv64: Add support for RISC-V
[platform/upstream/iotivity.git] / packaging / iotivity.spec
index 6e92627..646e2e5 100644 (file)
@@ -46,6 +46,9 @@ Source1002: %{name}-test.manifest
 %ifarch aarch64
 %define TARGET_ARCH "arm64"
 %endif
+%ifarch riscv64
+%define TARGET_ARCH "riscv64"
+%endif
 %ifarch x86_64
 %define TARGET_ARCH "x86_64"
 %endif