mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2025-04-19 09:01:01 +00:00
loong64: boringssl: Enable support for loong64
This commit is contained in:
parent
d3517bea6c
commit
777efcc7e5
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,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
|
||||
|
|
Loading…
Add table
Reference in a new issue