This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[CT-NG:patch 09/19] 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>
---
 config/binutils.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: crosstool-ng/config/binutils.in
===================================================================
--- crosstool-ng.orig/config/binutils.in
+++ crosstool-ng/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

-- 


--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]