riscv64: Add support for RISC-V
[platform/upstream/iotivity.git] / tools / tizen / iotivity.spec
index 5b9e3e3..5b3f3df 100755 (executable)
@@ -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