Needs a.out support built into the loader.
This commit is contained in:
parent
7b8cfc5217
commit
10d23bba69
@ -7,6 +7,9 @@ STRIP=
|
||||
NEWVERSWHAT= "bootstrap loader" i386
|
||||
BINDIR?= /boot
|
||||
INSTALLFLAGS= -b
|
||||
.if !defined(LOADER_NO_AOUT_SUPPORT)
|
||||
LOADER_AOUT_SUPPORT= yes
|
||||
.endif
|
||||
|
||||
# architecture-specific loader code
|
||||
SRCS= main.c conf.c
|
||||
|
Loading…
Reference in New Issue
Block a user