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:
parent
22c44d95ec
commit
25a157bc6c
@ -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
|
||||
|
@ -21,7 +21,6 @@
|
||||
|
||||
# Temporary stuff while we're still embryonic
|
||||
NO_MODULES?= yes
|
||||
FMT=
|
||||
|
||||
STD8X16FONT?= iso
|
||||
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user