common/autoconf/jdk-options.m4

changeset 1321
2025e237b2a1
parent 1305
ff4a622a5cc4
child 1404
17e06bbf496e
     1.1 --- a/common/autoconf/jdk-options.m4	Mon Mar 09 10:21:46 2015 +0100
     1.2 +++ b/common/autoconf/jdk-options.m4	Wed Mar 11 14:22:43 2015 -0400
     1.3 @@ -161,6 +161,9 @@
     1.4    if test "x$VAR_CPU" = xppc64 ; then
     1.5      INCLUDE_SA=false
     1.6    fi
     1.7 +  if test "x$OPENJDK_TARGET_CPU" = xaarch64; then
     1.8 +    INCLUDE_SA=false
     1.9 +  fi
    1.10    AC_SUBST(INCLUDE_SA)
    1.11  
    1.12    if test "x$OPENJDK_TARGET_OS" = "xmacosx"; then

mercurial