aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 3319c5eb02aca..09e0191926adb 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 31dfd1b92870d..f0cbad2f8afe0 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 de911a737eed4..b64910eff7e3e 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}