Skip to content

Commit

Permalink
Merge pull request #9229
Browse files Browse the repository at this point in the history
1a931ec depends: add riscv64 linux build tag (selsta)
  • Loading branch information
luigi1111 committed Mar 11, 2024
2 parents ef3e18b + 1a931ec commit 1b7de24
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 @@ -144,6 +144,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 1b7de24

Please sign in to comment.