Skip to content

Commit

Permalink
Enable JITServer build by default on AArch64 Linux
Browse files Browse the repository at this point in the history
This commit enables JITServer build by default on AArch64 Linux (xr64).

Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
  • Loading branch information
knn-k committed Jul 31, 2023
1 parent 7511966 commit fb0e43c
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 @@ -404,7 +404,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_JITSERVER],
AC_MSG_RESULT([no (explicitly disabled)])
elif test "x$enable_jitserver" = x ; then
case "$OPENJ9_PLATFORM_CODE" in
xa64|xl64|xz64)
xa64|xl64|xr64|xz64)
AC_MSG_RESULT([yes (default)])
OPENJ9_ENABLE_JITSERVER=true
;;
Expand Down

0 comments on commit fb0e43c

Please sign in to comment.