loong64: boringssl: Enable support for loong64

147.0.7727.49
klzgrad 2025-04-05 19:24:05 +08:00
parent 10f0dfa306
commit 6c4731c6b3
1 changed files with 2 additions and 0 deletions

View File

@ -56,6 +56,8 @@
#define OPENSSL_32_BIT
#elif defined(__myriad2__)
#define OPENSSL_32_BIT
#elif defined(__loongarch__) && __SIZEOF_POINTER__ == 8
#define OPENSSL_64_BIT
#else
// The list above enumerates the platforms that BoringSSL supports. For these
// platforms we keep a reasonable bar of not breaking them: automated test