Skip to content

Commit aff76de

Browse files
committed
Enable CRIU support by default on ppc64le builds
Signed-off-by: Younes Manton <[email protected]>
1 parent 1325590 commit aff76de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

closed/autoconf/custom-hook.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -353,7 +353,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_CRIU_SUPPORT],
353353
AC_MSG_RESULT([no (explicitly disabled)])
354354
elif test "x$enable_criu_support" = x ; then
355355
case "$OPENJ9_PLATFORM_CODE" in
356-
xa64|xr64|xz64)
356+
xa64|xl64|xr64|xz64)
357357
AC_MSG_RESULT([yes (default)])
358358
OPENJ9_ENABLE_CRIU_SUPPORT=true
359359
;;

0 commit comments

Comments
 (0)