mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-08-07 10:20:29 +00:00
Set aarch64 ape.elf to FreeBSD
Tested on nixos aarch64 and freebsd aarch64. Prints usage output on both platforms.
This commit is contained in:
parent
236ecf8184
commit
5fdb82282c
2 changed files with 2 additions and 0 deletions
|
@ -79,6 +79,7 @@ APE_LOADER_FLAGS = \
|
||||||
|
|
||||||
o/$(MODE)/ape/ape.elf: o/$(MODE)/ape/ape.elf.dbg
|
o/$(MODE)/ape/ape.elf: o/$(MODE)/ape/ape.elf.dbg
|
||||||
$(COMPILE) -AOBJCOPY -T$@ $(OBJCOPY) -g $< $@
|
$(COMPILE) -AOBJCOPY -T$@ $(OBJCOPY) -g $< $@
|
||||||
|
$(SYSV2FREEBSD) $@
|
||||||
|
|
||||||
o/$(MODE)/ape/ape.elf.dbg: \
|
o/$(MODE)/ape/ape.elf.dbg: \
|
||||||
o/$(MODE)/ape/start.o \
|
o/$(MODE)/ape/start.o \
|
||||||
|
|
|
@ -78,6 +78,7 @@ PECHECK = build/bootstrap/pecheck.com
|
||||||
FIXUPOBJ = build/bootstrap/fixupobj.com
|
FIXUPOBJ = build/bootstrap/fixupobj.com
|
||||||
MKDIR = build/bootstrap/mkdir.com -p
|
MKDIR = build/bootstrap/mkdir.com -p
|
||||||
COMPILE = build/bootstrap/compile.com -V9 -P4096 $(QUOTA)
|
COMPILE = build/bootstrap/compile.com -V9 -P4096 $(QUOTA)
|
||||||
|
SYSV2FREEBSD = build/bootstrap/sysv2freebsd.com
|
||||||
|
|
||||||
COMMA := ,
|
COMMA := ,
|
||||||
PWD := $(shell build/bootstrap/pwd.com)
|
PWD := $(shell build/bootstrap/pwd.com)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue