mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-29 08:42:28 +00:00
Make llama.com -h
print to stdout
This commit is contained in:
parent
f312f706f4
commit
ca990ef091
5 changed files with 74 additions and 72 deletions
4
third_party/compiler_rt/compiler_rt.mk
vendored
4
third_party/compiler_rt/compiler_rt.mk
vendored
|
@ -48,6 +48,10 @@ $(THIRD_PARTY_COMPILER_RT_A_OBJS): private \
|
|||
$(OLD_CODE) \
|
||||
-DCRT_HAS_128BIT
|
||||
|
||||
# these assembly files are safe to build on aarch64
|
||||
o/$(MODE)/third_party/compiler_rt/comprt.o: third_party/compiler_rt/comprt.S
|
||||
@$(COMPILE) -AOBJECTIFY.S $(OBJECTIFY.S) $(OUTPUT_OPTION) -c $<
|
||||
|
||||
THIRD_PARTY_COMPILER_RT_LIBS = $(foreach x,$(THIRD_PARTY_COMPILER_RT_ARTIFACTS),$($(x)))
|
||||
THIRD_PARTY_COMPILER_RT_SRCS = $(foreach x,$(THIRD_PARTY_COMPILER_RT_ARTIFACTS),$($(x)_SRCS))
|
||||
THIRD_PARTY_COMPILER_RT_HDRS = $(foreach x,$(THIRD_PARTY_COMPILER_RT_ARTIFACTS),$($(x)_HDRS))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue