Skip to content

Commit

Permalink
reenable cross on s390x
Browse files Browse the repository at this point in the history
Signed-off-by: rtjk <[email protected]>
  • Loading branch information
rtjk committed Nov 8, 2024
1 parent 46e8b2a commit dce7f38
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,6 @@ 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 dce7f38

Please sign in to comment.