summaryrefslogtreecommitdiffstats
path: root/sys/conf
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
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')
-rw-r--r--sys/conf/Makefile.ia641
-rw-r--r--sys/conf/Makefile.powerpc1
-rw-r--r--sys/conf/kern.pre.mk1
3 files changed, 0 insertions, 3 deletions
diff --git a/sys/conf/Makefile.ia64 b/sys/conf/Makefile.ia64
index 3319c5e..09e0191 100644
--- a/sys/conf/Makefile.ia64
+++ b/sys/conf/Makefile.ia64
@@ -27,7 +27,6 @@ SIZE= ia64-unknown-freebsd5.0-size
OBJCOPY= ia64-unknown-freebsd5.0-objcopy
OBJDUMP= ia64-unknown-freebsd5.0-objdump
MACHINE_ARCH= ia64
-FMT= # Needs to be blank for cross tools.
# Which version of config(8) is required.
%VERSREQ= 500010
diff --git a/sys/conf/Makefile.powerpc b/sys/conf/Makefile.powerpc
index 31dfd1b..f0cbad2 100644
--- a/sys/conf/Makefile.powerpc
+++ b/sys/conf/Makefile.powerpc
@@ -21,7 +21,6 @@
# Temporary stuff while we're still embryonic
NO_MODULES?= yes
-FMT=
STD8X16FONT?= iso
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