summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-04-09 19:04:28 (GMT)
committerBart vdr. Meulen <bartvdrmeulen@gmail.com>2010-04-09 19:04:28 (GMT)
commit820f877df075ff7d4d5d7db325b8791b4192f651 (patch)
tree9481df20009279f7d0d22b5302a7fca8737f1d19 /config
parentd068fcb19c651625f2b64e383ac368d1a2988840 (diff)
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>
Diffstat (limited to 'config')
-rw-r--r--config/binutils.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binutils.in b/config/binutils.in
index d524065..4779708 100644
--- a/config/binutils.in
+++ b/config/binutils.in
@@ -6,7 +6,7 @@ choice
bool
prompt "Binary format:"
-if ARCH_USE_MMU
+if ARCH_USE_MMU || BARE_METAL
config ARCH_BINFMT_ELF
bool