We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7b1ce4 commit 96f722cCopy full SHA for 96f722c
make/autoconf/jvm-features.m4
@@ -395,8 +395,14 @@ AC_DEFUN_ONCE([JVM_FEATURES_CHECK_ZGC],
395
AC_MSG_RESULT([no, $OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU])
396
AVAILABLE=false
397
fi
398
- elif test "x$OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU" = "xlinux-aarch64"; then
399
- AC_MSG_RESULT([yes])
+ elif test "x$OPENJDK_TARGET_CPU" = "xaarch64"; then
+ if test "x$OPENJDK_TARGET_OS" = "xlinux" || \
400
+ test "x$OPENJDK_TARGET_OS" = "xwindows"; then
401
+ AC_MSG_RESULT([yes])
402
+ else
403
+ AC_MSG_RESULT([no, $OPENJDK_TARGET_OS-$OPENJDK_TARGET_CPU])
404
+ AVAILABLE=false
405
+ fi
406
else
407
408
0 commit comments