Skip to content

Commit

Permalink
Default to using cmake on cross-compiles
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Nakamura <devinn@ca.ibm.com>
  • Loading branch information
dnakamura committed Jun 6, 2022
1 parent c7e4b63 commit 4482f1e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions closed/autoconf/custom-hook.m4
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,7 @@ AC_DEFUN([OPENJ9_CONFIGURE_CMAKE],
[
case "$OPENJ9_PLATFORM_CODE" in
ap64|oa64|or64|wa64|xa64|xl64|xr64|xz64)
if test "x$COMPILE_TYPE" != xcross ; then
with_cmake=cmake
else
with_cmake=no
fi
with_cmake=cmake
;;
*)
with_cmake=no
Expand Down

0 comments on commit 4482f1e

Please sign in to comment.