We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6d3945 commit 2314e06Copy full SHA for 2314e06
CMakeLists.txt
@@ -77,6 +77,8 @@ else()
77
set(ARCH s390x)
78
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(sparc.*|SPARC.*)")
79
set(ARCH sparc)
80
+ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(loongarch.*|LOONGARCH.*)")
81
+ set(ARCH loongarch)
82
else()
83
message(
84
FATAL_ERROR
0 commit comments