mirror of
https://github.com/monero-project/monero.git
synced 2024-10-30 04:57:36 +00:00
Merge pull request #9228
c40d8b2
depends: add riscv64 linux build tag (selsta)
This commit is contained in:
commit
8e61ddb413
1 changed files with 3 additions and 0 deletions
|
@ -141,6 +141,9 @@ elseif(ARCHITECTURE STREQUAL "aarch64")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(ARCHITECTURE STREQUAL "riscv64")
|
if(ARCHITECTURE STREQUAL "riscv64")
|
||||||
|
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
||||||
|
set(BUILD_TAG "linux-riscv64")
|
||||||
|
endif()
|
||||||
set(ARCH_ID "riscv64")
|
set(ARCH_ID "riscv64")
|
||||||
set(ARCH "rv64gc")
|
set(ARCH "rv64gc")
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue