Skip to content

Commit

Permalink
Rename OpenJ9 build specs for Linux PPC LE platforms
Browse files Browse the repository at this point in the history
Rename OPENJ9_BUILDSPEC for the Linux PPC LE, remove _gcc from their
names.

Signed-off-by: Violeta Sebe <vsebe@ca.ibm.com>
  • Loading branch information
vsebe committed Apr 30, 2020
1 parent a534361 commit 793e0a6
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -342,10 +342,8 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
fi
elif test "x$OPENJ9_CPU" = xppc-64_le ; then
OPENJ9_PLATFORM_CODE=xl64
if test "x$OPENJ9_LIBS_SUBDIR" = xdefault ; then
OPENJ9_BUILDSPEC="${OPENJDK_BUILD_OS}_ppc-64_le_gcc"
else
OPENJ9_BUILDSPEC="${OPENJDK_BUILD_OS}_ppc-64_cmprssptrs_le_gcc"
if test "x$OPENJ9_LIBS_SUBDIR" != xdefault ; then
OPENJ9_BUILDSPEC="${OPENJDK_BUILD_OS}_ppc-64_cmprssptrs_le"
fi
elif test "x$OPENJ9_CPU" = x390-64 ; then
OPENJ9_PLATFORM_CODE=xz64
Expand Down

0 comments on commit 793e0a6

Please sign in to comment.