Skip to content

Commit

Permalink
Merge pull request monero-project#9228
Browse files Browse the repository at this point in the history
c40d8b2 depends: add riscv64 linux build tag (selsta)
  • Loading branch information
luigi1111 committed Mar 11, 2024
2 parents 1bec712 + c40d8b2 commit 8e61ddb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions contrib/depends/toolchain.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,9 @@ elseif(ARCHITECTURE STREQUAL "aarch64")
endif()

if(ARCHITECTURE STREQUAL "riscv64")
if(CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(BUILD_TAG "linux-riscv64")
endif()
set(ARCH_ID "riscv64")
set(ARCH "rv64gc")
endif()
Expand Down

0 comments on commit 8e61ddb

Please sign in to comment.