Skip to content

Commit

Permalink
disable cross on s390x
Browse files Browse the repository at this point in the history
Signed-off-by: Basil Hess <[email protected]>
  • Loading branch information
bhess committed Nov 5, 2024
1 parent 3dc628b commit 4cd3ba8
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 @@ -118,6 +118,8 @@ elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "(ppc|powerpc)")
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "s390x")
set(ARCH "s390x")
set(ARCH_S390X ON)
# CROSS not supported on big-endian (https://github.com/open-quantum-safe/liboqs/issues/1961)
set(OQS_ENABLE_SIG_CROSS OFF)
if(${OQS_DIST_BUILD})
set(OQS_DIST_S390X_BUILD ON)
endif()
Expand Down

0 comments on commit 4cd3ba8

Please sign in to comment.