< prev index next >

make/autoconf/generated-configure.sh

Print this page

        

*** 5213,5223 **** # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1517244998 ############################################################################### # # Initialization / Boot-strapping # --- 5213,5223 ---- # definitions. It is replaced with custom functionality when building # custom sources. #CUSTOM_AUTOCONF_INCLUDE # Do not change or remove the following line, it is needed for consistency checks: ! DATE_WHEN_GENERATED=1521480822 ############################################################################### # # Initialization / Boot-strapping #
*** 55357,55367 **** as_fn_error $? "Invalid value for --enable-aot: $enable_aot" "$LINENO" 5 fi if test "x$ENABLE_AOT" = "xtrue"; then # Only enable AOT on X64 platforms. ! if test "x$OPENJDK_TARGET_CPU" = "xx86_64"; then if test -e "${TOPDIR}/src/jdk.aot"; then if test -e "${TOPDIR}/src/jdk.internal.vm.compiler"; then ENABLE_AOT="true" else ENABLE_AOT="false" --- 55357,55367 ---- as_fn_error $? "Invalid value for --enable-aot: $enable_aot" "$LINENO" 5 fi if test "x$ENABLE_AOT" = "xtrue"; then # Only enable AOT on X64 platforms. ! if test "x$OPENJDK_TARGET_CPU" = "xx86_64" || test "x$OPENJDK_TARGET_CPU" = "xaarch64" ; then if test -e "${TOPDIR}/src/jdk.aot"; then if test -e "${TOPDIR}/src/jdk.internal.vm.compiler"; then ENABLE_AOT="true" else ENABLE_AOT="false"
< prev index next >