Generate an ELF /boot/loader instead of fake a.out. The fake a.out wrapper

did not work with old a.out-only bootblocks anyway. :-(
This commit is contained in:
Peter Wemm 2001-08-22 05:29:25 +00:00
parent 219d632c15
commit 89ea00a7d8
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82128

View File

@ -81,7 +81,7 @@ vers.o: ${.CURDIR}/../../common/newvers.sh ${.CURDIR}/version
${CC} -c vers.c
${BASE}: ${BASE}.bin ${BTXLDR} ${BTXKERN} ${BTXCRT} ${BASE}.help
btxld -v -f aout -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
btxld -v -f elf -e ${LOADER_ADDRESS} -o ${.TARGET} -l ${BTXLDR} \
-b ${BTXKERN} ${BASE}.bin
# /usr/bin/kzip ${.TARGET}
# mv ${.TARGET}.kz ${.TARGET}