Skip to content

Commit

Permalink
Merge pull request #70 from open-telemetry/main
Browse files Browse the repository at this point in the history
[BUILD] add loongarch info (open-telemetry#3052)
  • Loading branch information
malkia authored Sep 18, 2024
2 parents 08d20a0 + 2314e06 commit 77870dc
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 77870dc

Please sign in to comment.