On Tue, 15 Oct 2024 11:04:40 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:
>> Hamlin Li has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Update make/autoconf/flags-cflags.m4 >> >> Co-authored-by: Magnus Ihse Bursie <m...@icus.se> > > make/autoconf/flags-cflags.m4 line 920: > >> 918: # ACLE and this flag are required to build the aarch64 SVE related >> functions in >> 919: # libvectormath. >> 920: if test "x${OPENJDK_TARGET_CPU}" = "xaarch64"; then > > Suggestion: > > if test "x$OPENJDK_TARGET_CPU" = "xaarch64"; then Thanks, Fixed ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/21502#discussion_r1801048212