Skip to content

Commit 793e0a6

Browse files
committed
Rename OpenJ9 build specs for Linux PPC LE platforms
Rename OPENJ9_BUILDSPEC for the Linux PPC LE, remove _gcc from their names. Signed-off-by: Violeta Sebe <[email protected]>
1 parent a534361 commit 793e0a6

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

closed/autoconf/custom-hook.m4

+2-4
Original file line numberDiff line numberDiff line change
@@ -342,10 +342,8 @@ AC_DEFUN([OPENJ9_PLATFORM_SETUP],
342342
fi
343343
elif test "x$OPENJ9_CPU" = xppc-64_le ; then
344344
OPENJ9_PLATFORM_CODE=xl64
345-
if test "x$OPENJ9_LIBS_SUBDIR" = xdefault ; then
346-
OPENJ9_BUILDSPEC="${OPENJDK_BUILD_OS}_ppc-64_le_gcc"
347-
else
348-
OPENJ9_BUILDSPEC="${OPENJDK_BUILD_OS}_ppc-64_cmprssptrs_le_gcc"
345+
if test "x$OPENJ9_LIBS_SUBDIR" != xdefault ; then
346+
OPENJ9_BUILDSPEC="${OPENJDK_BUILD_OS}_ppc-64_cmprssptrs_le"
349347
fi
350348
elif test "x$OPENJ9_CPU" = x390-64 ; then
351349
OPENJ9_PLATFORM_CODE=xz64

0 commit comments

Comments
 (0)