Skip to content

Commit 84394fd

Browse files
author
Artiom Vaskov
authored
Added s390x arch into CMake build. (#1216)
1 parent 1fe14b9 commit 84394fd

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
@@ -62,6 +62,8 @@ else()
6262
set(ARCH mips)
6363
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(riscv.*|RISCV.*)")
6464
set(ARCH riscv)
65+
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(s390x.*|S390X.*)")
66+
set(ARCH s390x)
6567
else()
6668
message(
6769
FATAL_ERROR

0 commit comments

Comments
 (0)