Skip to content

Commit

Permalink
Added s390x arch into CMake build.
Browse files Browse the repository at this point in the history
Signed-off-by: Artiom Vaskov <Artiom.Vaskov@ibm.com>
  • Loading branch information
velemas committed Feb 16, 2022
1 parent 15c6f33 commit f14c9c7
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 @@ -62,6 +62,8 @@ else()
set(ARCH mips)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(riscv.*|RISCV.*)")
set(ARCH riscv)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(s390x.*|S390X.*)")
set(ARCH s390x)
else()
message(
FATAL_ERROR
Expand Down

0 comments on commit f14c9c7

Please sign in to comment.