Fix ARG_MAX with chibicc documentation generator

This commit is contained in:
Justine Tunney 2022-05-25 14:06:11 -07:00
parent d230a01222
commit 1a29424c52
2 changed files with 18 additions and 2 deletions

View file

@ -354,9 +354,10 @@ o/cosmopolitan.h: \
o/cosmopolitan.html: \
o/$(MODE)/third_party/chibicc/chibicc.com.dbg \
$(filter-out %.s,$(foreach x,$(COSMOPOLITAN_OBJECTS),$($(x)_SRCS)))
$(file >$@.args,$(filter-out %.s,$(foreach x,$(COSMOPOLITAN_OBJECTS),$($(x)_SRCS))))
o/$(MODE)/third_party/chibicc/chibicc.com.dbg -J \
-fno-common -include libc/integral/normalize.inc -o $@ \
$(filter-out %.s,$(foreach x,$(COSMOPOLITAN_OBJECTS),$($(x)_SRCS)))
@$@.args
$(SRCS): \
libc/integral/normalize.inc \