binutils: allow choice for elf format when building bare-metal cross compiler

When building a baremetal cross compiler I want to be able to select
the elf format and not be forced to build the elf2flt package.

Signed-off-by: Bart vdr. Meulen <bartvdrmeulen@gmail.com>
[Yann E. MORIN: tweak the commit message]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
This commit is contained in:
Yann E. MORIN" 2010-04-09 21:04:28 +02:00 committed by Bart vdr. Meulen
parent d068fcb19c
commit 820f877df0

View File

@ -6,7 +6,7 @@ choice
bool
prompt "Binary format:"
if ARCH_USE_MMU
if ARCH_USE_MMU || BARE_METAL
config ARCH_BINFMT_ELF
bool