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 d25ad88 commit b7703f7Copy full SHA for b7703f7
make/autoconf/flags-cflags.m4
@@ -940,7 +940,7 @@ AC_DEFUN([FLAGS_SETUP_CFLAGS_CPU_DEP],
940
# ACLE and this flag are required to build the aarch64 SVE related functions in
941
# libvectormath. Apple Silicon does not support SVE; use macOS as a proxy for
942
# that check.
943
- if test "x$OPENJDK_TARGET_CPU" = "xaarch64" && test "x$OPENJDK_TARGET_OS" = "xlinux"; then
+ if test "x$OPENJDK_TARGET_CPU" = "xaarch64" && test "x$OPENJDK_TARGET_CPU" = "xlinux"; then
944
if test "x$TOOLCHAIN_TYPE" = xgcc || test "x$TOOLCHAIN_TYPE" = xclang; then
945
AC_LANG_PUSH(C)
946
OLD_CFLAGS="$CFLAGS"
0 commit comments