Merge pull request #3923 from xctan/fix-cmake-riscv64

Add missing RISC-V architecture in arch.cmake
This commit is contained in:
Zhang Xianyi 2023-02-27 09:39:30 +08:00 committed by GitHub
commit f58080278f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

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