# HG changeset patch # User Bart vdr. Meulen # Date 1270839868 -7200 # Node ID 0a3b9af214902261bd6a72a83eef4593dc91486b # Parent 7e81cd6ca0b64f59daeb31458f4f8a76e67325b9 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 [Yann E. MORIN: tweak the commit message] Signed-off-by: "Yann E. MORIN" diff -r 7e81cd6ca0b6 -r 0a3b9af21490 config/binutils.in --- a/config/binutils.in Fri Apr 09 21:04:27 2010 +0200 +++ b/config/binutils.in Fri Apr 09 21:04:28 2010 +0200 @@ -6,7 +6,7 @@ bool prompt "Binary format:" -if ARCH_USE_MMU +if ARCH_USE_MMU || BARE_METAL config ARCH_BINFMT_ELF bool