mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-12 22:19:10 +00:00
Get MbedTLS and its unit tests passing AARCH64
This commit is contained in:
parent
5e2f7f7ced
commit
4edbc98811
37 changed files with 632 additions and 725 deletions
12
libc/x/x.mk
12
libc/x/x.mk
|
@ -17,16 +17,8 @@ LIBC_X = $(LIBC_X_A_DEPS) $(LIBC_X_A)
|
|||
LIBC_X_A = o/$(MODE)/libc/x/x.a
|
||||
LIBC_X_A_FILES := $(wildcard libc/x/*)
|
||||
LIBC_X_A_HDRS = $(filter %.h,$(LIBC_X_A_FILES))
|
||||
LIBC_X_A_SRCS_S = $(filter %.S,$(LIBC_X_A_FILES))
|
||||
LIBC_X_A_SRCS_C = $(filter %.c,$(LIBC_X_A_FILES))
|
||||
|
||||
LIBC_X_A_SRCS = \
|
||||
$(LIBC_X_A_SRCS_S) \
|
||||
$(LIBC_X_A_SRCS_C)
|
||||
|
||||
LIBC_X_A_OBJS = \
|
||||
$(LIBC_X_A_SRCS_S:%.S=o/$(MODE)/%.o) \
|
||||
$(LIBC_X_A_SRCS_C:%.c=o/$(MODE)/%.o)
|
||||
LIBC_X_A_SRCS = $(filter %.c,$(LIBC_X_A_FILES))
|
||||
LIBC_X_A_OBJS = $(LIBC_X_A_SRCS:%.c=o/$(MODE)/%.o)
|
||||
|
||||
LIBC_X_A_CHECKS = \
|
||||
$(LIBC_X_A).pkg \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue