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.
This commit is contained in:
David E. O'Brien 2002-03-24 17:45:46 +00:00
parent 22c44d95ec
commit 25a157bc6c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=93109
3 changed files with 0 additions and 3 deletions

View File

@ -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

View File

@ -21,7 +21,6 @@
# Temporary stuff while we're still embryonic
NO_MODULES?= yes
FMT=
STD8X16FONT?= iso

View File

@ -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}