[Buildroot] [PATCH v2 3/7] arch: toolchain: Introduce binary formats BINFMT_*.

Thomas Petazzoni thomas.petazzoni at free-electrons.com
Sun Apr 7 20:47:47 UTC 2013


Dear Sonic Zhang,

On Fri, 29 Mar 2013 17:50:39 +0800, Sonic Zhang wrote:

> +choice
> +	prompt "Target Binary Format"
> +	default BR2_BINFMT_ELF
> +config BR2_BINFMT_ELF
> +	bool "ELF"
> +config BR2_BINFMT_FDPIC
> +	bool "FDPIC"
> +config BR2_BINFMT_FLAT
> +	bool "FLAT"
> +	select BR2_PREFER_STATIC_LIB
> +endchoice

Maybe some help text would also be nice for each choice.

Thanks,

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com



More information about the buildroot mailing list