summaryrefslogtreecommitdiffstats
path: root/sys/conf/Makefile.i386
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2000-01-08 17:12:15 +0000
committerpeter <peter@FreeBSD.org>2000-01-08 17:12:15 +0000
commit7c2498d7d5d56667c05d489503f8957c67462c5c (patch)
treed74d5163493370221334e15676c79e663a69fcd4 /sys/conf/Makefile.i386
parentc714ed458538bef1f027e8ae35e11b74a934599f (diff)
downloadFreeBSD-src-7c2498d7d5d56667c05d489503f8957c67462c5c.zip
FreeBSD-src-7c2498d7d5d56667c05d489503f8957c67462c5c.tar.gz
genassym is ELF-only, therefore the kernel is now ELF-only as well.
Diffstat (limited to 'sys/conf/Makefile.i386')
-rw-r--r--sys/conf/Makefile.i3868
1 files changed, 0 insertions, 8 deletions
diff --git a/sys/conf/Makefile.i386 b/sys/conf/Makefile.i386
index e98e4da..8df5b3d 100644
--- a/sys/conf/Makefile.i386
+++ b/sys/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
OpenPOWER on IntegriCloud