[Buildroot] [PATCH] dependencies: Add host prerequisite for elf2flt

Gustavo Zacarias gustavo at zacarias.com.ar
Wed Sep 4 10:34:34 UTC 2013


On 09/04/2013 05:51 AM, Thomas Petazzoni wrote:
> I don't think host-elf2flt should be added at this level of dependency.
> If I understand correctly elf2flt, it interfaces with the linker, so I
> believe making elf2flt a dependency of binutils would probably make a
> bit more sense.

It's already done correctly in the dependency deparment...

HOST_ELF2FLT_DEPENDENCIES = host-binutils host-zlib

The problem is it's never pulled in when it's necessary - before the
real packages start building, so adding it up as a gcc dep when
BR2_BINFMT_FLAT=y would be appropiate.

Regards.




More information about the buildroot mailing list