mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-29 15:44:03 +00:00
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:
parent
d068fcb19c
commit
820f877df0
@ -6,7 +6,7 @@ choice
|
||||
bool
|
||||
prompt "Binary format:"
|
||||
|
||||
if ARCH_USE_MMU
|
||||
if ARCH_USE_MMU || BARE_METAL
|
||||
|
||||
config ARCH_BINFMT_ELF
|
||||
bool
|
||||
|
Loading…
x
Reference in New Issue
Block a user