diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch b/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch deleted file mode 100644 index 5dacc689fc..0000000000 --- a/meta-python/recipes-devtools/python/python3-grpcio/ppc-boringssl-support.patch +++ /dev/null | |||
| @@ -1,17 +0,0 @@ | |||
| 1 | Let boringSSL compile on ppc32 bit | ||
| 2 | |||
| 3 | Upstream-Status: Pending | ||
| 4 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | ||
| 5 | |||
| 6 | --- a/third_party/boringssl-with-bazel/src/include/openssl/base.h | ||
| 7 | +++ b/third_party/boringssl-with-bazel/src/include/openssl/base.h | ||
| 8 | @@ -96,6 +96,9 @@ extern "C" { | ||
| 9 | #elif defined(__ARMEL__) || defined(_M_ARM) | ||
| 10 | #define OPENSSL_32_BIT | ||
| 11 | #define OPENSSL_ARM | ||
| 12 | +#elif (defined(__PPC__) || defined(__powerpc__)) | ||
| 13 | +#define OPENSSL_32_BIT | ||
| 14 | +#define OPENSSL_PPC | ||
| 15 | #elif defined(__MIPSEL__) && !defined(__LP64__) | ||
| 16 | #define OPENSSL_32_BIT | ||
| 17 | #define OPENSSL_MIPS | ||
