Config.in 496 B

12345678910111213141516171819202122232425
  1. config BR2_PACKAGE_BINUTILS
  2. bool "binutils"
  3. depends on !BR2_nios2
  4. depends on BR2_USE_WCHAR
  5. help
  6. Install binutils on the target
  7. if BR2_PACKAGE_BINUTILS
  8. config BR2_PACKAGE_BINUTILS_TARGET
  9. bool "binutils binaries"
  10. help
  11. The GNU Binutils are a collection of binary tools:
  12. ld - the GNU linker.
  13. as - the GNU assembler.
  14. and others...
  15. http://www.gnu.org/software/binutils/
  16. endif
  17. comment "binutils needs a toolchain w/ wchar"
  18. depends on !BR2_nios2
  19. depends on !BR2_USE_WCHAR