Set aarch64 ape.elf to FreeBSD

Tested on nixos aarch64 and freebsd aarch64. Prints usage output on both
platforms.
This commit is contained in:
Jōshin 2023-12-24 14:59:03 -05:00
parent 236ecf8184
commit 5fdb82282c
No known key found for this signature in database
2 changed files with 2 additions and 0 deletions

View file

@ -79,6 +79,7 @@ APE_LOADER_FLAGS = \
o/$(MODE)/ape/ape.elf: o/$(MODE)/ape/ape.elf.dbg
$(COMPILE) -AOBJCOPY -T$@ $(OBJCOPY) -g $< $@
$(SYSV2FREEBSD) $@
o/$(MODE)/ape/ape.elf.dbg: \
o/$(MODE)/ape/start.o \

View file

@ -78,6 +78,7 @@ PECHECK = build/bootstrap/pecheck.com
FIXUPOBJ = build/bootstrap/fixupobj.com
MKDIR = build/bootstrap/mkdir.com -p
COMPILE = build/bootstrap/compile.com -V9 -P4096 $(QUOTA)
SYSV2FREEBSD = build/bootstrap/sysv2freebsd.com
COMMA := ,
PWD := $(shell build/bootstrap/pwd.com)