From 89ea00a7d85ae8d4959e46e19b3d0d9b9fe881df Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Wed, 22 Aug 2001 05:29:25 +0000 Subject: [PATCH] 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. :-( --- sys/boot/i386/loader/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/boot/i386/loader/Makefile b/sys/boot/i386/loader/Makefile index 522323e0eb39..0cbdd7766cf3 100644 --- a/sys/boot/i386/loader/Makefile +++ b/sys/boot/i386/loader/Makefile @@ -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}