mirror of
https://github.com/monero-project/monero.git
synced 2026-07-30 23:50:24 -07:00
Add support for Loongarch
This commit is contained in:
@@ -150,6 +150,10 @@ if(ARCHITECTURE STREQUAL "riscv64")
|
||||
set(ARCH_ID "riscv64")
|
||||
set(ARCH "rv64gc")
|
||||
endif()
|
||||
if(ARCHITECTURE STREQUAL "loongarch64")
|
||||
set(ARCH_ID "loongarch64")
|
||||
set(ARCH "loongarch")
|
||||
endif()
|
||||
|
||||
if(ARCHITECTURE STREQUAL "i686")
|
||||
SET(ARCH_ID "i386")
|
||||
|
||||
Reference in New Issue
Block a user