Config.in 375 B

12345678910
  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.
  8. This option compiles the required tools and makes the required
  9. modifications on your toolchain (linker).