Add depends riscv 64 bit support

This commit is contained in:
TheCharlatan 2019-06-27 00:25:47 +02:00
parent 8adde33e01
commit 13c0b8c265
7 changed files with 20 additions and 1 deletions

View file

@ -98,6 +98,11 @@ elseif(ARCHITECTURE STREQUAL "aarch64")
set(BUILD_64 ON)
endif()
if(ARCHITECTURE STREQUAL "riscv64")
set(NO_AES ON)
set(ARCH "rv64imafdc")
endif()
if(ARCHITECTURE STREQUAL "i686" AND CMAKE_SYSTEM_NAME STREQUAL "Linux")
SET(LINUX_32 ON)
SET(ARCH_ID "i386")