Skip to content

Commit

Permalink
Merge pull request #454 from dnakamura/cmake_default
Browse files Browse the repository at this point in the history
Default to using cmake on cross-compiles
  • Loading branch information
pshipton committed Jun 7, 2022
2 parents 5ccf02d + 4482f1e commit 5ccabad
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 5ccabad

Please sign in to comment.