From 7c2498d7d5d56667c05d489503f8957c67462c5c Mon Sep 17 00:00:00 2001 From: peter Date: Sat, 8 Jan 2000 17:12:15 +0000 Subject: genassym is ELF-only, therefore the kernel is now ELF-only as well. --- sys/i386/conf/Makefile.i386 | 8 -------- 1 file changed, 8 deletions(-) (limited to 'sys/i386/conf') diff --git a/sys/i386/conf/Makefile.i386 b/sys/i386/conf/Makefile.i386 index e98e4da..8df5b3d 100644 --- a/sys/i386/conf/Makefile.i386 +++ b/sys/i386/conf/Makefile.i386 @@ -54,8 +54,6 @@ ASM_CFLAGS= -x assembler-with-cpp -DLOCORE ${CFLAGS} # then it might break building of utilities. .if ${KERNFORMAT} == "elf" FMT= -elf -.else -FMT= -aout .endif CFLAGS+= ${FMT} @@ -87,12 +85,6 @@ SYSTEM_CFILES= ioconf.c param.c vnode_if.c config.c SYSTEM_SFILES= $S/$M/$M/locore.s SYSTEM_DEP= Makefile ${SYSTEM_OBJS} -.if ${KERNFORMAT} == aout || ${KERNFORMAT} == aoutkld -SYSTEM_OBJS= locore.o vnode_if.o ${OBJS} ioconf.o param.o config.o -SYSTEM_LD= @${LD} ${FMT} -Bforcedynamic -Z -T ${LOAD_ADDRESS} -o ${.TARGET} -X ${SYSTEM_OBJS} vers.o -SYSTEM_LD_TAIL= @${SIZE} ${FMT} ${.TARGET} ; chmod 755 ${.TARGET} -.endif - .if ${KERNFORMAT} == elf SYSTEM_OBJS= locore.o setdef0.o vnode_if.o ${OBJS} ioconf.o param.o config.o \ setdef1.o hack.So -- cgit v1.1