Skip to content

Commit 2314e06

Browse files
authored
[BUILD] add loongarch info (open-telemetry#3052)
1 parent c6d3945 commit 2314e06

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)