diff --git a/arch/arm/arm_functions.h b/arch/arm/arm_functions.h index 2b38e665e9..b256c37bff 100644 --- a/arch/arm/arm_functions.h +++ b/arch/arm/arm_functions.h @@ -56,7 +56,7 @@ void slide_hash_armv6(deflate_state *s); # endif # endif // ARM - ACLE -# if defined(ARM_ACLE) && defined(__ARM_ACLE) && defined(__ARM_FEATURE_CRC32) +# if defined(ARM_ACLE) && (defined(__ARM_ACLE) || defined(__ARM_FEATURE_CRC32)) # undef native_crc32 # define native_crc32 crc32_acle # endif