Fix some aarch64 build issues

This commit is contained in:
Justine Tunney 2023-07-08 10:47:45 -07:00
parent 9ae230afad
commit 1cc8ff6a55
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
2 changed files with 4 additions and 0 deletions

View file

@ -197,6 +197,7 @@ THIRD_PARTY_LIBCXX_A_DIRECTDEPS = \
LIBC_TIME \
LIBC_THREAD \
LIBC_TINYMATH \
THIRD_PARTY_COMPILER_RT \
THIRD_PARTY_GDTOA
THIRD_PARTY_LIBCXX_A_DEPS := \

View file

@ -102,8 +102,11 @@
*/
#define MBEDTLS_AESNI_C
#define MBEDTLS_AESCE_C
#ifdef __x86_64__
#define MBEDTLS_HAVE_X86_64
#define MBEDTLS_HAVE_SSE2
#endif
#ifndef TINY
/*