Skip to content

Commit 8b200d0

Browse files
authored
Add BINARY for zarch
1 parent c02e60f commit 8b200d0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

cmake/cc.cmake

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ if (${CMAKE_C_COMPILER_ID} STREQUAL "GNU" OR ${CMAKE_C_COMPILER_ID} STREQUAL "LS
8686
set(BINARY_DEFINED 1)
8787
endif ()
8888

89+
if (ZARCH)
90+
set (BINARY64 1)
91+
set (BINARY_DEFINED 1)
92+
endif ()
93+
8994
if (CMAKE_SYSTEM_NAME STREQUAL "AIX")
9095
set(BINARY_DEFINED 1)
9196
endif ()

0 commit comments

Comments
 (0)