Skip to content

Commit d6f6ec5

Browse files
committed
add loongarch info
1 parent 0d5a387 commit d6f6ec5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ else()
7777
set(ARCH s390x)
7878
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(sparc.*|SPARC.*)")
7979
set(ARCH sparc)
80+
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(loongarch.*|LOONGARCH.*)")
81+
set(ARCH loongarch)
8082
else()
8183
message(
8284
FATAL_ERROR

0 commit comments

Comments
 (0)