diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-04-09 21:04:28 +0200 |
---|---|---|
committer | Bart vdr. Meulen <bartvdrmeulen@gmail.com> | 2010-04-09 21:04:28 +0200 |
commit | 820f877df075ff7d4d5d7db325b8791b4192f651 (patch) | |
tree | 9481df20009279f7d0d22b5302a7fca8737f1d19 /config/binutils.in | |
parent | d068fcb19c651625f2b64e383ac368d1a2988840 (diff) | |
download | crosstool-ng-820f877df075ff7d4d5d7db325b8791b4192f651.tar.gz crosstool-ng-820f877df075ff7d4d5d7db325b8791b4192f651.tar.bz2 crosstool-ng-820f877df075ff7d4d5d7db325b8791b4192f651.zip |
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/binutils.in')
-rw-r--r-- | config/binutils.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/binutils.in b/config/binutils.in index d5240659..4779708c 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 |