Skip to content

Commit

Permalink
Merge pull request #214 from ymanton/ppc64le-enable-criu-support
Browse files Browse the repository at this point in the history
Enable CRIU support by default on ppc64le builds
  • Loading branch information
tajila committed Sep 13, 2023
2 parents a077bc8 + aff76de commit a6f4e9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_CRIU_SUPPORT],
AC_MSG_RESULT([no (explicitly disabled)])
elif test "x$enable_criu_support" = x ; then
case "$OPENJ9_PLATFORM_CODE" in
xa64|xr64|xz64)
xa64|xl64|xr64|xz64)
AC_MSG_RESULT([yes (default)])
OPENJ9_ENABLE_CRIU_SUPPORT=true
;;
Expand Down

0 comments on commit a6f4e9d

Please sign in to comment.