diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch b/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch deleted file mode 100644 index 088ce33fc5..0000000000 --- a/meta-python/recipes-devtools/python/python3-grpcio/mips_bigendian.patch +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | Upstream-Status: Pending | ||
2 | |||
3 | --- a/third_party/boringssl-with-bazel/src/include/openssl/base.h | ||
4 | +++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h | ||
5 | @@ -102,10 +102,10 @@ extern "C" { | ||
6 | #elif (defined(__PPC__) || defined(__powerpc__)) | ||
7 | #define OPENSSL_32_BIT | ||
8 | #define OPENSSL_PPC | ||
9 | -#elif defined(__MIPSEL__) && !defined(__LP64__) | ||
10 | +#elif defined(__mips__) && !defined(__LP64__) | ||
11 | #define OPENSSL_32_BIT | ||
12 | #define OPENSSL_MIPS | ||
13 | -#elif defined(__MIPSEL__) && defined(__LP64__) | ||
14 | +#elif defined(__mips__) && defined(__LP64__) | ||
15 | #define OPENSSL_64_BIT | ||
16 | #define OPENSSL_MIPS64 | ||
17 | #elif defined(__riscv) && __SIZEOF_POINTER__ == 8 | ||