Skip to content

Commit

Permalink
Merge pull request ibmruntimes#3 from runtimes/openj9-jdk-zos
Browse files Browse the repository at this point in the history
Openj9 jdk zos
  • Loading branch information
narkedi authored and GitHub Enterprise committed Sep 16, 2020
2 parents 3bc4dff + 1a0c5b4 commit fbf68b4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,11 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
elif test "x$OPENJ9_CPU" = xppc-64 ; then
OPENJ9_PLATFORM_CODE=ap64
elif test "x$OPENJ9_CPU" = xi370 ; then
OPENJ9_BUILDSPEC=zos_390-64_cmprssptrs
if test "x$OPENJ9_LIBS_SUBDIR" = xdefault ; then
OPENJ9_BUILDSPEC=zos_390-64
else
OPENJ9_BUILDSPEC=zos_390-64_cmprssptrs
fi
OPENJ9_PLATFORM_CODE=mz64
elif test "x$OPENJ9_CPU" = xarm ; then
OPENJ9_PLATFORM_CODE=xr32
Expand Down

0 comments on commit fbf68b4

Please sign in to comment.