Config.in 397 B

12345678910111213
  1. comment "elf2flt"
  2. config BR2_ELF2FLT
  3. bool "Enable elf2flt support?"
  4. depends !BR2_alpha && !BR2_x86_64
  5. default n
  6. help
  7. uCLinux uses a Binary Flat format commonly known as BFLT. It
  8. is a relatively simple and lightweight executable format
  9. based on the original a.out format.
  10. This option compiles the required tools and makes the required
  11. modifications on your toolchain (linker).