You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
563 B

  1. --- a/configure.ac
  2. +++ b/configure.ac
  3. @@ -2091,9 +2091,9 @@ AC_COMPILE_IFELSE([AC_LANG_PROGRAM([], [
  4. # flags. If not, check if adding -march=armv8-a+crc flag helps.
  5. # CFLAGS_ARMV8_CRC32C is set if the extra flag is required.
  6. PGAC_ARMV8_CRC32C_INTRINSICS([])
  7. -if test x"$pgac_armv8_crc32c_intrinsics" != x"yes"; then
  8. - PGAC_ARMV8_CRC32C_INTRINSICS([-march=armv8-a+crc])
  9. -fi
  10. +#if test x"$pgac_armv8_crc32c_intrinsics" != x"yes"; then
  11. +# PGAC_ARMV8_CRC32C_INTRINSICS([-march=armv8-a+crc])
  12. +#fi
  13. AC_SUBST(CFLAGS_ARMV8_CRC32C)
  14. # Select CRC-32C implementation.