We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fe14b9 commit 84394fdCopy full SHA for 84394fd
1 file changed
CMakeLists.txt
@@ -62,6 +62,8 @@ else()
62
set(ARCH mips)
63
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(riscv.*|RISCV.*)")
64
set(ARCH riscv)
65
+ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(s390x.*|S390X.*)")
66
+ set(ARCH s390x)
67
else()
68
message(
69
FATAL_ERROR
0 commit comments