bump version
[buildroot.git] / toolchain / elf2flt / Config.in
blob274be0076d898752446c7afd7addc1e1bfbb8bea
1 comment "elf2flt"
3 config BR2_ELF2FLT
4         bool "Enable elf2flt support?"
5         depends on !BR2_alpha && !BR2_x86_64 && !BR2_sh && ! BR2_sh64
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).
15 config BR2_ELF2FLT_ZLIB
16         bool "zlib support"
17         depends on BR2_ELF2FLT
18         select BR2_PACKAGE_ZLIB
19         default n