mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +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))
|
||||
|
|
2
third_party/compiler_rt/comprt.S
vendored
2
third_party/compiler_rt/comprt.S
vendored
|
@ -3,7 +3,7 @@
|
|||
// Nop ref this to force pull the license into linkage.
|
||||
.section .yoink
|
||||
huge_compiler_rt_license:
|
||||
int3
|
||||
ret
|
||||
.endobj huge_compiler_rt_license,globl,hidden
|
||||
.previous
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue