Config.in 521 B

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