Merge pull request #9228

c40d8b2 depends: add riscv64 linux build tag (selsta)
This commit is contained in:
luigi1111 2024-03-11 15:52:09 -04:00
commit 8e61ddb413
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010
1 changed files with 3 additions and 0 deletions

View File

@ -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()