Browse Source
Merge pull request #3923 from xctan/fix-cmake-riscv64
Add missing RISC-V architecture in arch.cmake
tags/v0.3.22^2
Zhang Xianyi
GitHub
3 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
5 additions and
0 deletions
-
cmake/arch.cmake
|
|
|
@@ -135,3 +135,8 @@ if (ARM64) |
|
|
|
set(BINARY_DEFINED 1) |
|
|
|
endif () |
|
|
|
|
|
|
|
if (${ARCH} STREQUAL "riscv64") |
|
|
|
set(NO_BINARY_MODE 1) |
|
|
|
set(BINARY_DEFINED 1) |
|
|
|
endif () |
|
|
|
|