summaryrefslogtreecommitdiffstats
path: root/sys/conf/kern.pre.mk
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-03-24 17:45:46 +0000
committerobrien <obrien@FreeBSD.org>2002-03-24 17:45:46 +0000
commit97d5f630ad420723d5464cc021c85a283661e658 (patch)
treed4f55ea401d74d6685adc28b43b2d69704e353e7 /sys/conf/kern.pre.mk
parent5db6e5fbadc809b1962ac50f08f280cf68c86e5e (diff)
downloadFreeBSD-src-97d5f630ad420723d5464cc021c85a283661e658.zip
FreeBSD-src-97d5f630ad420723d5464cc021c85a283661e658.tar.gz
Remove the setting of 'FMT'. We now do ELF by default, so only bother
to increase the lenght of the command line if needed. The setting of FMT also gets in the cross bootstrapping way for new platforms.
Diffstat (limited to 'sys/conf/kern.pre.mk')
-rw-r--r--sys/conf/kern.pre.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/conf/kern.pre.mk b/sys/conf/kern.pre.mk
index de911a7..b64910e 100644
--- a/sys/conf/kern.pre.mk
+++ b/sys/conf/kern.pre.mk
@@ -47,7 +47,6 @@ ASM_CFLAGS= -x assembler-with-cpp -DLOCORE ${CFLAGS}
# Select the correct set of tools. Can't set OBJFORMAT here because it
# doesn't get exported into the environment, and if it were exported
# then it might break building of utilities.
-FMT?= -elf
CFLAGS+= ${FMT}
DEFINED_PROF= ${PROF}
OpenPOWER on IntegriCloud