Skip to content

Commit

Permalink
Fixing build failures for ppc64le
Browse files Browse the repository at this point in the history
Signed-off-by: Nishikant Thorat <Nishikant.Thorat@ibm.com>
  • Loading branch information
NishikantThorat committed Jul 1, 2024
1 parent 146ba9f commit 7d6e894
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ extern "C" {
#define OPENSSL_32_BIT
#elif defined(__s390__) || defined(__s390x__) || defined(__zarch__)
#define OPENSSL_64_BIT
#elif defined(__ppc64le__) || defined(__ARCH_PPC64LE__)
#elif defined(__ppc64le__) || defined(__ARCH_PPC64LE__) || defined(_ARCH_PPC64)
#define OPENSSL_64_BIT
#else
// Note BoringSSL only supports standard 32-bit and 64-bit two's-complement,
Expand Down

0 comments on commit 7d6e894

Please sign in to comment.