diff --git a/src/cwpack_config.h b/src/cwpack_config.h index 306cf7f..09efcda 100644 --- a/src/cwpack_config.h +++ b/src/cwpack_config.h @@ -42,7 +42,7 @@ * armeabi-v7a does not support 64-bit unaligned accesses, but armv8 and x86 do */ -#if defined(__ARM_ARCH_7__) +#if defined(__arm__) #define FORCE_ALIGNMENT_64BIT #endif