[Buildroot] [PATCH] sh: Fix Buildroot sh targets to match gnuconfig targets

Yann E. MORIN yann.morin.1998 at anciens.enib.fr
Tue May 10 08:01:31 UTC 2011


Thomas, All,

On Tuesday 10 May 2011 084704 Thomas Petazzoni wrote:
> Just curious, as I have never used Buildroot to build a toolchain for
> non-MMU platforms (only used pre-built Blackfin toolchains so far). How
> does this elf2flt thing fits into the toolchain build process ?

elf2flt provides its own linker to replace ld when the output is the flat
ELF format. When installing, elf2flt renames the original ld coming from
the binutils, installs its own ld.elf2flt linker and a ld wrapper that
checks the arguments. If the format is flat ELF, then the wrapper calls to
the ld.elf2flt linker; otherwise, it calls to the original linker.

So one first installs binutils as usual, and then install elf2flt.

Basically.

Regards,
Yann E. MORIN.

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +0/33 662376056 | Software  Designer | \ / CAMPAIGN     |   ^                |
| --==< O_o >==-- '------------.-------:  X  AGAINST      |  /e\  There is no  |
| http://ymorin.is-a-geek.org/ | (*_*) | / \ HTML MAIL    |  """  conspiracy.  |
'------------------------------'-------'------------------'--------------------'



More information about the buildroot mailing list