Skip to content

Commit a6f4e9d

Browse files
authored
Merge pull request #214 from ymanton/ppc64le-enable-criu-support
Enable CRIU support by default on ppc64le builds
2 parents a077bc8 + aff76de commit a6f4e9d

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)