mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-24 11:30:29 +00:00
Add zlib gzip functions
These will now be included in the cosmopolitan.a releases. It took a bit of time because, these functions depend on heavyweight parts of the libc that wouldn't be appropriate for the core zlib library to depend upon. Fixes #345
This commit is contained in:
parent
4499f98e76
commit
4e62cefa6e
11 changed files with 1991 additions and 8 deletions
|
@ -16,19 +16,13 @@ TOOL_ARGS_A_CHECKS = \
|
|||
$(TOOL_ARGS_A).pkg
|
||||
|
||||
TOOL_ARGS_A_DIRECTDEPS = \
|
||||
LIBC_CALLS \
|
||||
LIBC_FMT \
|
||||
LIBC_INTRIN \
|
||||
LIBC_MEM \
|
||||
LIBC_NEXGEN32E \
|
||||
LIBC_RUNTIME \
|
||||
LIBC_STDIO \
|
||||
LIBC_STR \
|
||||
LIBC_STUBS \
|
||||
LIBC_X \
|
||||
LIBC_ZIPOS \
|
||||
NET_HTTPS \
|
||||
THIRD_PARTY_COMPILER_RT
|
||||
LIBC_ZIPOS
|
||||
|
||||
TOOL_ARGS_A_DEPS := \
|
||||
$(call uniq,$(foreach x,$(TOOL_ARGS_A_DIRECTDEPS),$($(x))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue