mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
Add depends riscv 64 bit support
This commit is contained in:
parent
8adde33e01
commit
13c0b8c265
7 changed files with 20 additions and 1 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue