lzop: new package
[avatt.git] / toolchain / elf2flt / Config.in
blobb4e450a646d1a699dedb04098526e6a77977d9d0
1 config BR2_ELF2FLT
2         bool "Enable elf2flt support?"
3         depends on BR2_arm || BR2_sh || BR2_sparc
4         help
5           uCLinux uses a Binary Flat format commonly known as BFLT. It
6           is a relatively simple and lightweight executable format
7           based on the original a.out format.
9           This option compiles the required tools and makes the required
10           modifications on your toolchain (linker).