Skip to content

Commit

Permalink
[BUILD] add loongarch info (open-telemetry#3052)
Browse files Browse the repository at this point in the history
  • Loading branch information
loong-hy committed Sep 18, 2024
1 parent c6d3945 commit 2314e06
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 2314e06

Please sign in to comment.