Index: grpcio/third_party/xxhash/xxhash.h =================================================================== --- grpcio.orig/third_party/xxhash/xxhash.h +++ grpcio/third_party/xxhash/xxhash.h @@ -1408,7 +1408,7 @@ XXH3_128bits_reset_withSecretandSeed(XXH (defined(__INTEL_COMPILER) && !defined(_WIN32)) || \ ( \ defined(__GNUC__) && ( \ - (defined(__ARM_ARCH) && __ARM_ARCH >= 7) || \ + (defined(__ARM_ARCH) && __ARM_ARCH >= 6) || \ ( \ defined(__mips__) && \ (__mips <= 5 || __mips_isa_rev < 6) && \