mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2026-07-13 14:33:13 +03:00
loong64: boringssl: Enable support for loong64
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user