Build: Disable unaligned access on arm32 When building in a 32-bit chroot on Arch Linux on arm64, the GCC define __ARM_FEATURE_UNALIGNED is set to 1 even though unaligned accesses are not supported in 32 bit mode. Add a test on __arch64__ as well to prevent issues.