Improve the cosmocc toolchain

These changes were necessary to help Blink become buildable using
Cosmopolitan Libc.
This commit is contained in:
Justine Tunney 2023-01-05 12:20:52 -08:00
parent d73523864a
commit 416e173448
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
5 changed files with 9 additions and 4 deletions

View file

@ -374,11 +374,9 @@ COSMOPOLITAN_HEADERS = \
THIRD_PARTY_GDTOA \
THIRD_PARTY_GETOPT \
THIRD_PARTY_MUSL \
THIRD_PARTY_ZLIB \
THIRD_PARTY_ZLIB_GZ \
THIRD_PARTY_REGEX
o/$(MODE)/cosmopolitan.a: \
o/$(MODE)/cosmopolitan.a: \
$(foreach x,$(COSMOPOLITAN_OBJECTS),$($(x)_A_OBJS))
o/cosmopolitan.h: \