mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 15:38:22 +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_TIME \
|
||||||
LIBC_THREAD \
|
LIBC_THREAD \
|
||||||
LIBC_TINYMATH \
|
LIBC_TINYMATH \
|
||||||
|
THIRD_PARTY_COMPILER_RT \
|
||||||
THIRD_PARTY_GDTOA
|
THIRD_PARTY_GDTOA
|
||||||
|
|
||||||
THIRD_PARTY_LIBCXX_A_DEPS := \
|
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_AESNI_C
|
||||||
#define MBEDTLS_AESCE_C
|
#define MBEDTLS_AESCE_C
|
||||||
|
|
||||||
|
#ifdef __x86_64__
|
||||||
#define MBEDTLS_HAVE_X86_64
|
#define MBEDTLS_HAVE_X86_64
|
||||||
#define MBEDTLS_HAVE_SSE2
|
#define MBEDTLS_HAVE_SSE2
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef TINY
|
#ifndef TINY
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Reference in a new issue