mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-30 22:40:30 +00:00
Make dos errno multimapping linkage tinier
640 bytes for old kDos2Errno table 182 bytes for new kDos2Errno under hello2.com (MODE=fastbuild) 122 bytes for new kDos2Errno under hello2.com (MODE=tiny)
This commit is contained in:
parent
9fa6725067
commit
8f5678882d
63 changed files with 602 additions and 160 deletions
|
@ -43,7 +43,8 @@ LIBC_SYSV_A_FILES := \
|
|||
libc/sysv/strace.greg.c \
|
||||
libc/sysv/describeos.greg.c \
|
||||
$(wildcard libc/sysv/consts/*) \
|
||||
$(wildcard libc/sysv/errfuns/*)
|
||||
$(wildcard libc/sysv/errfuns/*) \
|
||||
$(wildcard libc/sysv/dos2errno/*)
|
||||
|
||||
LIBC_SYSV_A_SRCS = \
|
||||
$(LIBC_SYSV_A_SRCS_A) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue