mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-02 23:18:44 +00:00
Fix some aarch64 build issues
This commit is contained in:
parent
9ae230afad
commit
1cc8ff6a55
2 changed files with 4 additions and 0 deletions
1
third_party/libcxx/libcxx.mk
vendored
1
third_party/libcxx/libcxx.mk
vendored
|
@ -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 := \
|
||||
|
|
3
third_party/mbedtls/config.h
vendored
3
third_party/mbedtls/config.h
vendored
|
@ -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
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue