Skip to content

Commit

Permalink
Remove unnecessary DDR flags for Open XL
Browse files Browse the repository at this point in the history
This change will require changes from eclipse#7319

Signed-off-by: Gaurav Chaudhari <gaurav.chaudhari@ibm.com>
  • Loading branch information
Deigue committed Jul 18, 2024
1 parent 56cb81f commit 0c06b71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/ddr/DDRSetStub.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ function(process_source_files src_files)
# Adding this option to the command alleviates this issue.
list(APPEND pp_command "-xc++")
endif()
if("@OMR_OS_ZOS@" AND "@OMR_ENV_DATA64@")
if("@OMR_OS_ZOS@" AND "@OMR_ENV_DATA64@" AND NOT "@CMAKE_C_COMPILER_IS_OPENXL@")
# We need to set 64 bit code generation to ensure that limits.h macros are set correctly.
list(APPEND pp_command "-Wc,lp64")
endif()
Expand Down

0 comments on commit 0c06b71

Please sign in to comment.