Default gumstix configuration changed
[gumsense-br.git] / toolchain / elf2flt / Config.in
blobe3a716e8622a5322d20a2037bd39454af3bc94d0
1 comment "elf2flt"
3 config BR2_ELF2FLT
4         bool "Enable elf2flt support?"
5         depends !BR2_alpha && !BR2_x86_64
6         default n
7         help
8           uCLinux uses a Binary Flat format commonly known as BFLT. It
9           is a relatively simple and lightweight executable format
10           based on the original a.out format.
12           This option compiles the required tools and makes the required
13           modifications on your toolchain (linker).