Skip to content

Commit f4c3110

Browse files
committed
Improved error message
1 parent dc7efed commit f4c3110

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/autoconf/toolchain.m4

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -852,7 +852,7 @@ AC_DEFUN_ONCE([TOOLCHAIN_MISC_CHECKS],
852852
COMPILER_VERSION_NUMBER_MAJOR=`$ECHO "$COMPILER_VERSION_NUMBER" | $SED "s/@<:@^0-9@:>@.*//"`
853853
AC_MSG_RESULT([found $COMPILER_VERSION_NUMBER_MAJOR.x])
854854
if test $COMPILER_VERSION_NUMBER_MAJOR -lt 5; then
855-
AC_MSG_ERROR([GCC < 5 is known to lead to incorrect compilation on aarch64. See JDK-8360869.])
855+
AC_MSG_ERROR([GCC < 5 may incorrectly compile HotSpot on aarch64. See JDK-8360869.])
856856
fi
857857
fi
858858
fi

0 commit comments

Comments
 (0)