forked from pool/python-grpcio
OBS-URL: https://build.opensuse.org/package/show/network/python-grpcio?expand=0&rev=83
14 lines
590 B
Diff
14 lines
590 B
Diff
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) && \
|