mirror of
https://github.com/monero-project/monero.git
synced 2025-01-28 01:57:02 -05:00
Merge pull request #9229
1a931ec depends: add riscv64 linux build tag (selsta)
This commit is contained in:
commit
1b7de24e90
@ -144,6 +144,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…
x
Reference in New Issue
Block a user