Config.in 448 B

123456789101112131415161718192021
  1. config BR2_PACKAGE_BINUTILS
  2. bool "binutils"
  3. select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
  4. depends on !BR2_aarch64 && !BR2_nios2
  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