Skip to content

Commit

Permalink
add loongarch info
Browse files Browse the repository at this point in the history
  • Loading branch information
loong-hy committed Sep 5, 2024
1 parent 0d5a387 commit d6f6ec5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ else()
set(ARCH s390x)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(sparc.*|SPARC.*)")
set(ARCH sparc)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(loongarch.*|LOONGARCH.*)")
set(ARCH loongarch)
else()
message(
FATAL_ERROR
Expand Down

0 comments on commit d6f6ec5

Please sign in to comment.